try
This commit is contained in:
@@ -215,7 +215,7 @@
|
||||
localAddress = "192.168.100.23";
|
||||
|
||||
forwardPorts = [
|
||||
|
||||
/*
|
||||
{
|
||||
hostPort = 33080;
|
||||
containerPort = 33080;
|
||||
@@ -227,7 +227,7 @@
|
||||
containerPort = 33073;
|
||||
protocol = "udp";
|
||||
}
|
||||
|
||||
*/
|
||||
{
|
||||
hostPort = 3478;
|
||||
containerPort = 3478;
|
||||
@@ -243,12 +243,12 @@
|
||||
services.netbird = {
|
||||
server = {
|
||||
enable = true;
|
||||
enableNginx = false;
|
||||
enableNginx = true;
|
||||
domain = "vpn.blunkall.us";
|
||||
|
||||
dashboard = {
|
||||
enable = true;
|
||||
enableNginx = true;
|
||||
#enableNginx = true;
|
||||
settings = {
|
||||
AUTH_AUTHORITY = "https://auth.blunkall.us/realms/General";
|
||||
AUTH_CLIENT_ID = "netbird";
|
||||
@@ -355,7 +355,7 @@
|
||||
|
||||
};
|
||||
|
||||
port = 33073;
|
||||
#port = 33073;
|
||||
};
|
||||
|
||||
coturn = {
|
||||
@@ -369,7 +369,7 @@
|
||||
|
||||
signal = {
|
||||
enable = true;
|
||||
port = 10000;
|
||||
#port = 10000;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user