need to open ports on alexandria
This commit is contained in:
parent
632f4d9b38
commit
ba224d45a4
1 changed files with 3 additions and 2 deletions
|
|
@ -6,10 +6,11 @@
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
80 # HTTP
|
80 # HTTP
|
||||||
443 # HTTPS
|
443 # HTTPS
|
||||||
# 25565 # Minecraft
|
25565 # Minecraft
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
# 25565 # Minecraft
|
19132 # Minecraft Bedrock
|
||||||
|
25565 # Minecraft
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue