kusakabe: open ipfs ports properly

This commit is contained in:
Luke Granger-Brown 2021-01-15 03:58:41 +00:00
parent 6d3a3de05e
commit d12fb60c20

View file

@ -89,9 +89,6 @@ in {
# NFS # NFS
111 2049 111 2049
# IPFS
4001
]; ];
interfaces.br-ext.allowedTCPPorts = [ interfaces.br-ext.allowedTCPPorts = [
# NFS # NFS
@ -108,7 +105,8 @@ in {
# TURN # TURN
3478 3478
];
allowedUDPPorts = [
# IPFS # IPFS
4001 4001
]; ];
@ -116,6 +114,9 @@ in {
80 443 6443 80 443 6443
5222 5223 5269 5280 5281 5222 5223 5269 5280 5281
3478 3478
# IPFS
4001
]; ];
}; };
}; };