mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 22:49:33 +00: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"}
|
|
}
|