mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-07 08:07:42 +00:00
net/dns: correct log message.
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
54e33b511a
commit
260b85458c
@ -293,7 +293,7 @@ func (m windowsManager) SetDNS(cfg OSConfig) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
t0 = time.Now()
|
t0 = time.Now()
|
||||||
m.logf("running ipconfig /registerdns ...")
|
m.logf("running ipconfig /flushdns ...")
|
||||||
cmd = exec.Command("ipconfig", "/flushdns")
|
cmd = exec.Command("ipconfig", "/flushdns")
|
||||||
cmd.SysProcAttr = &syscall.SysProcAttr{HideWindow: true}
|
cmd.SysProcAttr = &syscall.SysProcAttr{HideWindow: true}
|
||||||
err = cmd.Run()
|
err = cmd.Run()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user