mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-02 13:03:56 +01:00
7 lines
163 B
Go
7 lines
163 B
Go
|
package dns
|
||
|
|
||
|
const (
|
||
|
fileUncleanShutdownResolvConfLocation = "/var/db/netbird/resolv.conf"
|
||
|
fileUncleanShutdownManagerTypeLocation = "/var/db/netbird/manager"
|
||
|
)
|