swann: forward port 80 and 443 to totoro

This commit is contained in:
Luke Granger-Brown 2020-11-18 01:31:57 +00:00
parent 2df9344303
commit 087d774b56

View file

@ -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 = {