Test
This commit is contained in:
parent
370d3b7eb3
commit
555615203e
1 changed files with 2 additions and 1 deletions
|
@ -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"; }
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue