This commit is contained in:
iFargle 2023-10-08 13:20:09 +09:00
parent 370d3b7eb3
commit 555615203e

View file

@ -65,7 +65,8 @@
internalInterfaces = [ "wireguard0" ];
internalIPs = [ "10.100.0.0/24" ];
forwardPorts = [
{ sourcePort = 80; destination = "10.100.0.2:80"; }
{ sourcePort = 80; destination = "10.100.0.2:80"; }
{ sourcePort = 443; destination = "10.100.0.2:443"; }
];
};
}