1
0
mirror of https://github.com/rancher/os.git synced 2025-06-20 04:01:55 +00:00
os/util/network/update_dns_cache.go

10 lines
98 B
Go
Raw Normal View History

2016-06-28 03:05:19 +00:00
// +build dnspatch
package network
import "net"
func updateDNSCache() {
net.UpdateDnsConf()
}