This commit is contained in:
iFargle 2023-10-08 16:25:56 +09:00
parent 77e8b193f0
commit 7a532a07cf

View file

@ -71,9 +71,9 @@
enable = true; enable = true;
internalInterfaces = [ "wireguard0" ]; internalInterfaces = [ "wireguard0" ];
externalInterface = "eno3"; externalInterface = "eno3";
forwardPorts = [ # 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"; } # { sourcePort = 443; destination = "10.100.0.2:443"; }
]; # ];
}; };
} }