port
This commit is contained in:
@@ -283,7 +283,7 @@
|
||||
};
|
||||
|
||||
"HttpConfig" = {
|
||||
"Address" = "0.0.0.0:80";
|
||||
"Address" = "0.0.0.0:443";
|
||||
"AuthIssuer" = "https://auth.blunkall.us/realms/General";
|
||||
"AuthAudience" = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration";
|
||||
"AuthKeysLocation" = "https://auth.blunkall.us/realms/General/protocol/openid-connect/certs";
|
||||
@@ -368,7 +368,7 @@
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 80 8080 33080 443 ];
|
||||
allowedTCPPorts = [ 80 8080 33073 33080 ];
|
||||
allowedUDPPorts = [ 3478 ];
|
||||
allowedUDPPortRanges = [{ from = 49152; to = 54152; }];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user