This commit is contained in:
iFargle 2023-12-06 20:40:19 +09:00
parent 13c8a519f0
commit 1df0b67187

View file

@ -23,7 +23,7 @@
networking.firewall.extraCommands = '' networking.firewall.extraCommands = ''
iptables -A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT iptables -A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
iptables -t nat -A POSTROUTING -s 10.100.0.2 -j SNAT --to 172.234.84.222 iptables -t nat -A OUTPUT -d 172.234.84.222/32 -p tcp -m tcp --dport 443 -j DNAT --to-destination 127.0.0.1:443
# TCP PORTS ################################################################################################## # TCP PORTS ##################################################################################################
# PORT 80 # PORT 80