From 1fe8cad765116442d0adec9ad0698447601bca05 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 7 Dec 2023 14:08:35 -0500 Subject: turret: update files --- systems/turret/files/etc/config/firewall | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'systems/turret/files/etc/config/firewall') 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' + -- cgit v1.2.3