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/router
Denton Gentry 878a20df29 net/dns: add GetBaseConfig to CallbackRouter.
Allow users of CallbackRouter to supply a GetBaseConfig
implementation. This is expected to be used on Android,
which currently lacks both a) platform support for
Split-DNS and b) a way to retrieve the current DNS
servers.

iOS/macOS also use the CallbackRouter but have platform
support for SplitDNS, so don't need getBaseConfig.

Updates https://github.com/tailscale/tailscale/issues/2116
Updates https://github.com/tailscale/tailscale/issues/988

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
3 years ago
..
callback.go net/dns: add GetBaseConfig to CallbackRouter. 3 years ago
ifconfig_windows.go util/multierr: new package 3 years ago
ifconfig_windows_test.go wgengine/router{win}: ignore broadcast routes added by Windows when removing routes. 3 years ago
router.go wgengine/router: take a link monitor 3 years ago
router_darwin.go wgengine/router: take a link monitor 3 years ago
router_default.go all: fix some js/wasm compilation issues 3 years ago
router_fake.go wgengine: pass in an explicit router.Router, rather than a generator. 3 years ago
router_freebsd.go wgengine/router: take a link monitor 3 years ago
router_linux.go wgengine/router: fix checkIPRuleSupportsV6 to actually use IPv6 3 years ago
router_linux_test.go wgengine/router: demote TestDebugListRules fail to skip 3 years ago
router_openbsd.go wgengine/router: take a link monitor 3 years ago
router_test.go all: gofmt with Go 1.17 3 years ago
router_userspace_bsd.go all: gofmt with Go 1.17 3 years ago
router_windows.go Revert "wgengine: actively log FlushDNS." 3 years ago
runner.go wgengine/router: ignore Linux ip route error adding dup route 3 years ago