You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Anderson
189d86cce5
wgengine/router: don't use 88 or 8888 as table/rule numbers.
...
We originally picked those numbers somewhat at random, but with the idea
that 8 is a traditionally lucky number in Chinese culture. Unfortunately,
"88" is also neo-nazi shorthand language.
Use 52 instead, because those are the digits above the letters
"TS" (tailscale) on a qwerty keyboard, so we're unlikely to collide with
other users. 5, 2 and 52 are also pleasantly culturally meaningless.
Signed-off-by: David Anderson <danderson@tailscale.com>
6 years ago
..
dns.go
wgengine: fix macos staticcheck errors ( #557 )
6 years ago
dns_direct.go
wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS ( #536 )
6 years ago
dns_networkmanager.go
wgengine/router: use better NetworkManager API
6 years ago
dns_resolvconf.go
wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS ( #536 )
6 years ago
dns_resolved.go
wgengine/router: use better NetworkManager API
6 years ago
ifconfig_windows.go
wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS ( #536 )
6 years ago
router.go
wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS ( #536 )
6 years ago
router_darwin.go
wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS ( #536 )
6 years ago
router_darwin_support.go
router_darwin_support: we can build this on every platform.
6 years ago
router_default.go
wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS ( #536 )
6 years ago
router_fake.go
wgengine/router: rename config.Settings to config.Config, make pointer.
6 years ago
router_freebsd.go
wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS ( #536 )
6 years ago
router_linux.go
wgengine/router: don't use 88 or 8888 as table/rule numbers.
6 years ago
router_linux_test.go
wgengine/router: don't use 88 or 8888 as table/rule numbers.
6 years ago
router_openbsd.go
wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS ( #536 )
6 years ago
router_userspace_bsd.go
wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS ( #536 )
6 years ago
router_windows.go
wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS ( #536 )
6 years ago
runner.go
wgengine/router: also accept exit code 254 from `ip rule del`.
6 years ago