mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
7 lines
124 B
Go
7 lines
124 B
Go
//go:build !(windows || linux)
|
|
|
|
package aghnet
|
|
|
|
func defaultHostsPaths() (paths []string) {
|
|
return []string{"etc/hosts"}
|
|
}
|