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
Eduardo Kienetz 5df6be9d38 Use LittleEndian for correct byte order on DNS IPs
Nameserver IP 10.11.12.13 would otherwise get written to resolv.conf as 13.12.11.10, as was happening on my client.

Signed-off-by: Eduardo Kienetz <eduardo@kienetz.com>
4 years ago
..
dns.go wgengine: fix macos staticcheck errors (#557) 4 years ago
dns_direct.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 4 years ago
dns_networkmanager.go Use LittleEndian for correct byte order on DNS IPs 4 years ago
dns_resolvconf.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 4 years ago
dns_resolved.go wgengine: fix macos staticcheck errors (#557) 4 years ago
ifconfig_windows.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 4 years ago
router.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 4 years ago
router_darwin.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 4 years ago
router_darwin_support.go router_darwin_support: we can build this on every platform. 5 years ago
router_default.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 4 years ago
router_fake.go wgengine/router: rename config.Settings to config.Config, make pointer. 5 years ago
router_freebsd.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 4 years ago
router_linux.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 4 years ago
router_linux_test.go wgengine/router: don't filter subnet routing in netfilter. 5 years ago
router_openbsd.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 4 years ago
router_userspace_bsd.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 4 years ago
router_windows.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 4 years ago
runner.go wgengine/router: also accept exit code 254 from `ip rule del`. 5 years ago