1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00
Files
os/util/network/update_dns_cache.go

10 lines
98 B
Go
Raw Normal View History

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