fixed ports

This commit is contained in:
Ittihadyya 2024-11-25 15:37:49 +02:00
parent 3d2c388a48
commit fc5f90104a

View file

@ -24,9 +24,12 @@
networking.firewall = { networking.firewall = {
interfaces.eth0.allowedTCPPorts = [ interfaces.eth0.allowedTCPPorts = [
80 80
222 # this is for forgejo 222 # forgejo ssh
443 443
64783 # this is for murmur 64738 # murmur tcp
];
interfaces.eth0.allowedUDPPorts = [
64738 # murmur udp
]; ];
}; };
}) })