| LOW | dns_server.go | 41 | // started is closed once `server` has finished binding (or after |
| LOW | bits.go | 161 | // - i <= b.current: in-window check for duplicates; out-of-window otherwise. |
| LOW | timeout.go | 1 | package nebula |
| LOW | timeout.go | 21 | // per-tunnel traffic checks at fixed intervals. O(1) insert plus the item cache means the hot path doesn't allocate. |
| LOW | scheduler.go | 1 | package nebula |
| LOW | bits_test.go | 361 | // 84 is just outside: the underflow clause activates; 84 > 100-16=84 is false. |
| LOW | cmd/nebula-service/logs_windows.go | 21 | // only Handle / WithAttrs / WithGroup, so Event Viewer's severity |
| LOW | handshake/machine.go | 41 | Initiator bool |
| LOW | handshake/machine.go | 181 | // header counter 1 and remote index 0, which is what the initial message needs. |
| LOW | wfp/wfp_windows.go | 1 | //go:build (amd64 || arm64) && !e2e_testing |
| LOW | examples/config.yml | 1 | # This is the nebula example configuration file. You must edit, at a minimum, the static_host_map, lighthouse, and firew |
| LOW | examples/config.yml | 21 | |
| LOW | examples/config.yml | 41 | # lookup_timeout is the DNS query timeout. |
| LOW | examples/config.yml | 61 | hosts: |
| LOW | examples/config.yml | 81 | # EXPERIMENTAL: This option may change or disappear in the future. |
| LOW | examples/config.yml | 101 | # Example to only advertise this subnet to the lighthouse. |
| LOW | examples/config.yml | 121 | # 192.168.1.123 |
| LOW | examples/config.yml | 141 | |
| LOW | examples/config.yml | 161 | # allowing for more precise routing decisions based on the packet tags. Default is 0 meaning no mark is set. |
| LOW | examples/config.yml | 181 | #respond: true |
| LOW | examples/config.yml | 201 | # functions, and allows manual tweaking of various network settings when debugging or testing. |
| LOW | examples/config.yml | 221 | # and absolute paths outside of it will be rejected. Default is $TMP/nebula-debug. |
| LOW | examples/config.yml | 241 | tun: |
| LOW | examples/config.yml | 261 | |
| LOW | examples/config.yml | 281 | # - gateway: 10.0.0.2 |
| LOW | examples/config.yml | 301 | # public - treat it as a public/untrusted network |
| LOW | examples/config.yml | 321 | #use_system_route_table_buffer_size: 0 |
| LOW | examples/config.yml | 341 | #type: graphite |
| LOW | examples/config.yml | 361 | # e.g.: `lighthouse.rx.HostQuery` |
| LOW | examples/config.yml | 381 | #tunnels: |
| LOW | examples/config.yml | 401 | outbound_action: drop |
| LOW | examples/config.yml | 421 | # a port specification is ignored if proto is `icmp` |
| LOW | cert/cert.go | 21 | // Version1 certificates are ipv4 only and uses protobuf serialization |
| LOW | noiseutil/nist.go | 61 | // But for standard NIST ECDH, the sizes of these are different. |
| LOW | noiseutil/boring.go | 21 | |
| LOW | logging/logger.go | 21 | // logging, and config's tests import test). *config.C satisfies this |
| LOW | header/header.go | 1 | package header |