mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-18 09:02:45 +03:00
9 lines
207 B
Go
9 lines
207 B
Go
package hosts
|
|
|
|
import _ "unsafe"
|
|
|
|
var DefaultPath = getSystemDirectory() + "/Drivers/etc/hosts"
|
|
|
|
//go:linkname getSystemDirectory internal/syscall/windows.GetSystemDirectory
|
|
func getSystemDirectory() string
|