Services/Arcane: Fix ports
This commit is contained in:
@@ -60,14 +60,10 @@
|
||||
allowedTCPPorts = [
|
||||
53 # DNS
|
||||
80 # HTTP
|
||||
|
||||
3553 # Arcane
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
53 # DNS
|
||||
67 # DHCP
|
||||
|
||||
3553 # Arcane
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user