diff --git a/tun_darwin.go b/tun_darwin.go index 21b5db61..c77a2dd7 100644 --- a/tun_darwin.go +++ b/tun_darwin.go @@ -444,5 +444,5 @@ func addRoute(destination netip.Prefix, gateway netip.Addr) error { } func flushDNSCache() { - shell.Exec("dscacheutil", "-flushcache").Start() + _ = shell.Exec("dscacheutil", "-flushcache").Run() }