
我為 WireGuard 客戶端轉發了 Postgres 連接埠:
iptables -t nat -A PREROUTING -p tcp -d 186.29.26.175 --dport 5432 -j DNAT --to-destination 10.50.0.4:5432
請告訴我這是正確的命令嗎?
我為 WireGuard 客戶端轉發了 Postgres 連接埠:
iptables -t nat -A PREROUTING -p tcp -d 186.29.26.175 --dport 5432 -j DNAT --to-destination 10.50.0.4:5432
請告訴我這是正確的命令嗎?