Services/Arcane: Fix ports

This commit is contained in:
2026-07-02 16:55:55 +02:00
parent 09b988899e
commit 04d14c54d1
3 changed files with 3 additions and 5 deletions
-4
View File
@@ -60,14 +60,10 @@
allowedTCPPorts = [
53 # DNS
80 # HTTP
3553 # Arcane
];
allowedUDPPorts = [
53 # DNS
67 # DHCP
3553 # Arcane
];
};