Remove iptables rules
Some checks failed
ssh-test / ssh-test (push) Failing after 21m11s

This commit is contained in:
iFargle 2023-12-21 14:18:28 +09:00
parent 8d9cd2f8f0
commit ed1ee08524

View file

@ -100,8 +100,8 @@
iptables -t nat -A PREROUTING -p udp --dport 10000 -j DNAT --to-destination 10.100.0.2
iptables -t nat -A POSTROUTING -p udp --dport 10000 -j MASQUERADE
# PORT 3478
iptables -t nat -A PREROUTING -p udp --dport 3478 -j DNAT --to-destination 10.100.0.2
iptables -t nat -A POSTROUTING -p udp --dport 3478 -j MASQUERADE
# # PORT 3478
# iptables -t nat -A PREROUTING -p udp --dport 3478 -j DNAT --to-destination 10.100.0.2
# iptables -t nat -A POSTROUTING -p udp --dport 3478 -j MASQUERADE
'';
}