Test
This commit is contained in:
parent
370d3b7eb3
commit
555615203e
1 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@
|
||||||
internalIPs = [ "10.100.0.0/24" ];
|
internalIPs = [ "10.100.0.0/24" ];
|
||||||
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"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue