Frumar: open minecraft port

master
Yorick van Pelt 2023-01-18 21:30:45 +01:00
parent b073bcbacb
commit fbcf6ef1e4
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 4 additions and 2 deletions

View File

@ -104,8 +104,10 @@
};
boot.zfs.requestEncryptionCredentials = false;
networking.firewall.interfaces.wg-y.allowedTCPPorts = [ 3000 9090 8443 ];
networking.firewall.allowedTCPPorts = [ 1883 5357 443 ];
networking.firewall.allowedUDPPorts = [ 1883 3702 ];
# mqtt, wsdd, ??, minecraft
networking.firewall.allowedTCPPorts = [ 1883 5357 443 25565 ];
# mqtt, wsdd, minecraft
networking.firewall.allowedUDPPorts = [ 1883 3702 25565 ];
services.rabbitmq = {
enable = true;
plugins = [ "rabbitmq_mqtt" "rabbitmq_management" ];