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