Test
This commit is contained in:
parent
77e8b193f0
commit
7a532a07cf
1 changed files with 4 additions and 4 deletions
|
@ -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"; }
|
||||||
];
|
# ];
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue