kusakabe: open ipfs ports properly
This commit is contained in:
parent
6d3a3de05e
commit
d12fb60c20
1 changed files with 5 additions and 4 deletions
|
@ -89,9 +89,6 @@ in {
|
|||
|
||||
# NFS
|
||||
111 2049
|
||||
|
||||
# IPFS
|
||||
4001
|
||||
];
|
||||
interfaces.br-ext.allowedTCPPorts = [
|
||||
# NFS
|
||||
|
@ -108,7 +105,8 @@ in {
|
|||
|
||||
# TURN
|
||||
3478
|
||||
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
# IPFS
|
||||
4001
|
||||
];
|
||||
|
@ -116,6 +114,9 @@ in {
|
|||
80 443 6443
|
||||
5222 5223 5269 5280 5281
|
||||
3478
|
||||
|
||||
# IPFS
|
||||
4001
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue