Go read /etc/hosts with net.lookupStaticHost()(github.com) |
Go read /etc/hosts with net.lookupStaticHost()(github.com) |
Previously we used resolver with custom dialer that never dials connection but this resulted in unexpected allocations :/
This patch links net.lookupStaticHost(), clean and simple.