test
All checks were successful
ssh-test / ssh-test (push) Successful in 20s

This commit is contained in:
iFargle 2023-12-21 16:21:40 +09:00
parent 6d602fe013
commit 27086b2cdf

View file

@ -32,8 +32,8 @@
nat = { nat = {
enable = true; enable = true;
internalInterfaces = [ "wireguard0" ]; internalInterfaces = [ "enp0s4" ];
externalInterface = "enp0s4"; externalInterface = "wireguard0";
forwardPorts = [ forwardPorts = [
{ destination = "10.100.0.2:80"; proto = "tcp"; sourcePort = 80; } # HTTP { destination = "10.100.0.2:80"; proto = "tcp"; sourcePort = 80; } # HTTP
{ destination = "10.100.0.2:443"; proto = "tcp"; sourcePort = 443; } # HTTPS { destination = "10.100.0.2:443"; proto = "tcp"; sourcePort = 443; } # HTTPS