AdGuardHome/internal/aghnet/hostscontainer_others.go
2022-09-14 16:36:29 +03:00

7 lines
124 B
Go

//go:build !(windows || linux)
package aghnet
func defaultHostsPaths() (paths []string) {
return []string{"etc/hosts"}
}