sing-box/dns/transport/hosts/hosts_unix.go
2025-03-31 21:37:29 +08:00

5 lines
67 B
Go

//go:build !windows
package hosts
var DefaultPath = "/etc/hosts"