From b43983feb0dfd2f21851bdcdffcdec165ba9b563 Mon Sep 17 00:00:00 2001 From: 4bobus Date: Wed, 25 Jun 2025 14:38:52 +0500 Subject: [PATCH] Update nftables.conf --- files/hq-rtr/nftables.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/hq-rtr/nftables.conf b/files/hq-rtr/nftables.conf index 4050d77..65dc12b 100755 --- a/files/hq-rtr/nftables.conf +++ b/files/hq-rtr/nftables.conf @@ -36,7 +36,7 @@ table inet nat { chain prerouting { type nat hook prerouting priority filter; policy accept ip daddr 172.16.40.2 tcp dport 3015 dnat ip to 192.168.100.2:3015 - ip daddr 172.15.40.2 tcp dport 80 dnat ip to 192.168.100.2:80 + ip daddr 172.16.40.2 tcp dport 80 dnat ip to 192.168.100.2:80 } chain postrouting { type nat hook postrouting priority srcnat