swann: forward port 80 and 443 to totoro
This commit is contained in:
parent
2df9344303
commit
087d774b56
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ in {
|
|||
forwardPorts = [
|
||||
{ destination = "192.168.1.40:22"; proto = "tcp"; sourcePort = 10022; }
|
||||
{ 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; }
|
||||
];
|
||||
};
|
||||
services.dhcpd4 = {
|
||||
|
|
Loading…
Reference in a new issue