remove explicit domains
This commit is contained in:
@@ -88,14 +88,14 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
dnsDomain = ".vpn";
|
dnsDomain = ".vpn";
|
||||||
|
|
||||||
turnDomain = "localhost";
|
#turnDomain = "localhost";
|
||||||
|
|
||||||
disableAnonymousMetrics = true;
|
disableAnonymousMetrics = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
dashboard = {
|
dashboard = {
|
||||||
enable = true;
|
enable = true;
|
||||||
managementServer = "localhost";
|
#managementServer = "localhost";
|
||||||
settings = {
|
settings = {
|
||||||
AUTH_AUTHORITY = "";
|
AUTH_AUTHORITY = "";
|
||||||
NETBIRD_USE_AUTH0 = false;
|
NETBIRD_USE_AUTH0 = false;
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
coturn = {
|
coturn = {
|
||||||
domain = "turn.blunkall.us";
|
#domain = "turn.blunkall.us";
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user