1
0
Fork 0

mastodon: adjust firewall

This commit is contained in:
Daniel Kempkens 2022-11-29 15:58:30 +01:00
parent 50551c14e2
commit 0fd89cd69c
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -89,5 +89,5 @@ in
};
};
networking.firewall.allowedTCPPorts = [ 55000 55001 55002 ];
networking.firewall.allowedTCPPorts = [ 80 ];
}