swann: forward IPFS ports to totoro
This commit is contained in:
parent
e4902496a7
commit
b7bd209b5e
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ in {
|
|||
{ destination = "192.168.1.40:41641"; proto = "udp"; sourcePort = 41641; }
|
||||
{ destination = "192.168.1.40:80"; proto = "tcp"; sourcePort = 80; }
|
||||
{ destination = "192.168.1.40:443"; proto = "tcp"; sourcePort = 443; }
|
||||
|
||||
# IPFS
|
||||
{ destination = "192.168.1.40:4001"; proto = "tcp"; sourcePort = 4001; }
|
||||
{ destination = "192.168.1.40:4001"; proto = "udp"; sourcePort = 4001; }
|
||||
];
|
||||
};
|
||||
services.dhcpd4 = {
|
||||
|
|
Loading…
Reference in a new issue