1
0
mirror of https://github.com/rancher/os.git synced 2025-06-19 03:31:55 +00:00
os/util/network/update_dns_cache.go
2016-06-27 20:05:44 -07:00

10 lines
98 B
Go

// +build dnspatch
package network
import "net"
func updateDNSCache() {
net.UpdateDnsConf()
}