Skip to content

22ef9eb38e9a2d21b4a45f7adc75addb05f3efb8

Pre-release
Pre-release
Compare
Choose a tag to compare
net: don't wait 5 seconds to re-read /etc/resolv.conf

If a Go process starts up, finds /etc/resolv.conf empty, then the DHCP
client writes /etc/resolv.conf, the Go program would find itself
broken for up to 5 seconds.

Updates tailscale/corp#22206

Signed-off-by: Brad Fitzpatrick <[email protected]>