mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-27 04:39:02 +03:00
20 lines
309 B
Go
20 lines
309 B
Go
//go:build !badlinkname
|
|
|
|
package local
|
|
|
|
func getSystemDNSConfig() *dnsConfig {
|
|
panic("stub")
|
|
}
|
|
|
|
func nameList(c *dnsConfig, name string) []string {
|
|
panic("stub")
|
|
}
|
|
|
|
func lookupStaticHost(host string) ([]string, string) {
|
|
panic("stub")
|
|
}
|
|
|
|
func splitHostZone(s string) (host, zone string) {
|
|
panic("stub")
|
|
}
|