mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
8 lines
116 B
Go
8 lines
116 B
Go
//go:build !android
|
|
|
|
package dns
|
|
|
|
const (
|
|
fileUncleanShutdownResolvConfLocation = "/var/lib/netbird/resolv.conf"
|
|
)
|