system/wireguard: forward terraria port

This commit is contained in:
LavaDesu 2022-02-27 01:27:19 +07:00
parent e154774368
commit d3f2c9bd28
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -8,6 +8,7 @@ let
forwarding = {
"80" = [ "10.100.0.2" "80" ];
"443" = [ "10.100.0.2" "443" ];
"22727" = [ "10.100.0.3" "7777" ];
};
mapForwards = type: