You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine
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>
4 years ago
..
filter tsdns: initial implementation of a Tailscale DNS resolver (#396) 4 years ago
magicsock wgengine/magicsock: fix typo in comment 4 years ago
monitor wgengine: fix macos staticcheck errors (#557) 4 years ago
packet all: fix vet warnings 4 years ago
router wgengine/router: don't use 88 or 8888 as table/rule numbers. 4 years ago
tsdns tsdns: response to type ANY queries 4 years ago
tstun all: fix vet warnings 4 years ago
winnet Move Linux client & common packages into a public repo. 5 years ago
rusage.go Move "logger" package to under types, now that we have it. 5 years ago
rusage_nowindows.go wgengine: flesh out some docs 5 years ago
rusage_windows.go Move Linux client & common packages into a public repo. 5 years ago
userspace.go wgengine: only launch pingers for peers predating the discovery protocol 4 years ago
watchdog.go wgengine/magicsock: change API to not permit disco key changes 4 years ago
watchdog_test.go wgengine: prevent log after exit in watchdog test 4 years ago
wgengine.go wgengine/magicsock: change API to not permit disco key changes 4 years ago