diff options
| author | seth <[email protected]> | 2023-12-07 14:08:35 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-07 14:08:35 -0500 |
| commit | 1fe8cad765116442d0adec9ad0698447601bca05 (patch) | |
| tree | ae155cffbe9e158d486d824af97162e91d496d92 /systems/turret/files/etc/config/firewall | |
| parent | 76f10fc956c539d4075c05aa8c8c1e83c1295aa7 (diff) | |
turret: update files
Diffstat (limited to 'systems/turret/files/etc/config/firewall')
| -rw-r--r-- | systems/turret/files/etc/config/firewall | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/systems/turret/files/etc/config/firewall b/systems/turret/files/etc/config/firewall index c1e4f84..d4f7394 100644 --- a/systems/turret/files/etc/config/firewall +++ b/systems/turret/files/etc/config/firewall @@ -119,3 +119,13 @@ config rule option proto 'udp' option target 'ACCEPT' +config redirect + option dest 'lan' + option target 'DNAT' + option name 'tf2' + option src 'wan' + option src_dport '37015' + option dest_ip '192.168.1.157' + option dest_port '37015' + option enabled '0' + |
