-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Milestone
Description
Go 1.23 prevents us from accessing unexpected parts of standard library.
At the moment we use
config.go://go:linkname isDomainName net.isDomainNameutils/osdns/resolvconf.go://go:linkname resolvConf net.resolvConfutils/osdns/resolvconf.go://go:linkname getSystemDNSConfig net.getSystemDNSConfigresolver.go://go:linkname lookupStaticHost net.lookupStaticHost
We need to figure out what to do case by case.