
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
이것이 올바른 명령인지 알려주세요.