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