1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Allow 443 UDP, im retarded

This commit is contained in:
RGBCube 2024-02-05 10:13:52 +03:00
parent fc1c5f412d
commit 1c7731a909
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
serverSystemConfiguration { serverSystemConfiguration {
networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedUDPPorts = [ 443 ];
services.prometheus = { services.prometheus = {
exporters.nginx = enabled { exporters.nginx = enabled {