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/net
Renato Aguiar 5d07c17b93
net/dns: fix blank lines being added to resolv.conf on OpenBSD (#13928)
During resolv.conf update, old 'search' lines are cleared but '\n' is not
deleted, leaving behind a new blank line on every update.

This adds 's' flag to regexp, so '\n' is included in the match and deleted when
old lines are cleared.

Also, insert missing `\n` when updated 'search' line is appended to resolv.conf.

Signed-off-by: Renato Aguiar <renato@renatoaguiar.net>
4 days ago
..
art
captivedetection net/captivedetection: set Timeout on net.Dialer (#13613) 4 weeks ago
connstats {net/connstats,wgengine/magicsock}: fix packet counting in connstats 3 weeks ago
dns net/dns: fix blank lines being added to resolv.conf on OpenBSD (#13928) 4 days ago
dnscache net/dnscache: don't fall back to an IPv6 dial if we don't have IPv6 4 weeks ago
dnsfallback
flowtrack
ipset
ktimeout
memnet
netaddr
netcheck net/netcheck: add a Now field to the netcheck Report 1 week ago
neterror
netkernelconf
netknob
netmon
netns
netstat
netutil
packet
ping
portmapper net/portmapper: don't treat 0.0.0.0 as a valid IP 1 month ago
proxymux
routetable
socks5
sockstats net/sockstats: quiet some log spam in release builds 3 weeks ago
speedtest
stun
stunserver
tcpinfo
tlsdial net/tlsdial: call out firewalls blocking Tailscale in health warnings (#13840) 2 weeks ago
tsaddr
tsdial
tshttpproxy
tstun net/tstun: use /10 as subnet for TAP mode; read IP from netmap 2 weeks ago
wsconn