test
This commit is contained in:
parent
13c8a519f0
commit
1df0b67187
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue