hosts_unix.go 67 B

12345
  1. //go:build !windows
  2. package hosts
  3. var DefaultPath = "/etc/hosts"