system/wireguard: forward terraria port
This commit is contained in:
parent
e154774368
commit
d3f2c9bd28
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ let
|
||||||
forwarding = {
|
forwarding = {
|
||||||
"80" = [ "10.100.0.2" "80" ];
|
"80" = [ "10.100.0.2" "80" ];
|
||||||
"443" = [ "10.100.0.2" "443" ];
|
"443" = [ "10.100.0.2" "443" ];
|
||||||
|
"22727" = [ "10.100.0.3" "7777" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
mapForwards = type:
|
mapForwards = type:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue