updated elementcalling firewall
This commit is contained in:
@@ -144,8 +144,12 @@ EOF
|
|||||||
networking.firewall.allowedUDPPorts = [ 3478 ];
|
networking.firewall.allowedUDPPorts = [ 3478 ];
|
||||||
networking.firewall.allowedUDPPortRanges = [
|
networking.firewall.allowedUDPPortRanges = [
|
||||||
{ from = 7882; to = 7894; }
|
{ from = 7882; to = 7894; }
|
||||||
|
{ from = 30000; to = 40000;}
|
||||||
];
|
];
|
||||||
|
networking.firewall.allowedTCPPortRangers = [
|
||||||
|
{ from = 30000; to = 40000; }
|
||||||
|
];
|
||||||
|
|
||||||
####### JWT SERVICE RUNTIME CONFIG #######
|
####### JWT SERVICE RUNTIME CONFIG #######
|
||||||
systemd.services.lk-jwt-service-runtime-config = {
|
systemd.services.lk-jwt-service-runtime-config = {
|
||||||
description = "Generate lk-jwt-service runtime config from domain files";
|
description = "Generate lk-jwt-service runtime config from domain files";
|
||||||
|
|||||||
Reference in New Issue
Block a user