tailscale/net
Brad Fitzpatrick bb7be74756 net/dns/publicdns: permit more NextDNS profile bits in its IPv6 suffix
I brain-o'ed the math earlier. The NextDNS prefix is /32 (actually
/33, but will guarantee last bit is 0), so we have 128-32 = 96 bits
(12 bytes) of config/profile ID that we can extract. NextDNS doesn't
currently use all those, but might.

Updates #2452

Change-Id: I249bd28500c781e45425fd00fd3f46893ae226a2
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-09-29 12:23:38 -07:00
..
dns net/dns/publicdns: permit more NextDNS profile bits in its IPv6 suffix 2022-09-29 12:23:38 -07:00
dnscache envknob: support changing envknobs post-init 2022-09-15 15:04:02 -07:00
dnsfallback refactor: move from io/ioutil to io and os packages 2022-09-15 21:45:53 -07:00
flowtrack all: convert more code to use net/netip directly 2022-07-25 21:53:49 -07:00
interfaces refactor: move from io/ioutil to io and os packages 2022-09-15 21:45:53 -07:00
netaddr all: migrate code from netaddr.FromStdAddr to Go 1.18 2022-08-02 22:25:07 -07:00
netcheck all: fix resource leaks with missing .Close() calls 2022-09-26 15:31:54 -07:00
neterror net/{neterror,dns/resolver}: move PacketWasTruncated to neterror from DNS code 2022-01-03 14:03:30 -08:00
netknob all: disable TCP keep-alives on iOS/Android 2021-09-28 12:03:18 -07:00
netns net/netns: implement UseSocketMark for Android. 2022-09-17 23:19:24 -07:00
netstat all: migrate more code code to net/netip directly 2022-08-02 13:59:57 -07:00
nettest all: fix resource leaks with missing .Close() calls 2022-09-26 15:31:54 -07:00
netutil all: convert more code to use net/netip directly 2022-07-25 21:53:49 -07:00
packet net/packet: fix filtering of short IPv4 fragments 2022-09-23 10:43:28 -07:00
ping net/netcheck: try ICMP if UDP is blocked (#5056) 2022-08-04 17:10:13 -04:00
portmapper syncs, all: move to using Go's new atomic types instead of ours 2022-08-04 07:47:59 -07:00
proxymux net/proxymux: add a listener mux that can run SOCKS and HTTP on a single socket. 2021-11-29 16:49:48 -08:00
routetable doctor: add package for running in-depth healthchecks; use in bugreport (#5413) 2022-09-26 13:07:28 -04:00
socks5 net/socks5: use new Go 1.19 binary.AppendByteOrder.AppendUintX 2022-08-05 08:30:48 -07:00
speedtest net/speedtest: retune to meet iperf on localhost in a VM 2022-09-23 10:46:04 -07:00
stun net/stun: unmap IPv4 addresses in 16 byte STUN replies 2022-09-12 12:03:27 -07:00
tlsdial envknob: support changing envknobs post-init 2022-09-15 15:04:02 -07:00
tsaddr all: migrate more code code to net/netip directly 2022-08-02 13:59:57 -07:00
tsdial all: use syncs.AtomicValue 2022-08-04 11:52:16 -07:00
tshttpproxy refactor: move from io/ioutil to io and os packages 2022-09-15 21:45:53 -07:00
tstun envknob: support changing envknobs post-init 2022-09-15 15:04:02 -07:00