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>
2020-07-17 23:34:28 -07:00
..
dns.go wgengine: fix macos staticcheck errors (#557) 2020-07-14 17:28:02 -06:00
dns_direct.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 2020-07-14 09:12:00 -04:00
dns_networkmanager.go Use LittleEndian for correct byte order on DNS IPs 2020-07-17 23:34:28 -07:00
dns_resolvconf.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 2020-07-14 09:12:00 -04:00
dns_resolved.go wgengine: fix macos staticcheck errors (#557) 2020-07-14 17:28:02 -06:00
ifconfig_windows.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 2020-07-14 09:12:00 -04:00
router.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 2020-07-14 09:12:00 -04:00
router_darwin.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 2020-07-14 09:12:00 -04:00
router_darwin_support.go router_darwin_support: we can build this on every platform. 2020-05-14 04:42:36 -04:00
router_default.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 2020-07-14 09:12:00 -04:00
router_fake.go wgengine/router: rename config.Settings to config.Config, make pointer. 2020-05-12 15:58:33 -07:00
router_freebsd.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 2020-07-14 09:12:00 -04:00
router_linux.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 2020-07-14 09:12:00 -04:00
router_linux_test.go wgengine/router: don't filter subnet routing in netfilter. 2020-06-02 20:52:06 -07:00
router_openbsd.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 2020-07-14 09:12:00 -04:00
router_userspace_bsd.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 2020-07-14 09:12:00 -04:00
router_windows.go wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) 2020-07-14 09:12:00 -04:00
runner.go wgengine/router: also accept exit code 254 from `ip rule del`. 2020-06-03 13:46:31 -07:00