Pagure-proxy doees forwarding...

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-02-10 21:21:02 +00:00
parent 18f1320eb3
commit 6e7e0bacc5

View file

@ -3,6 +3,8 @@ nm: 255.255.255.128
gw: 152.19.134.129
dns: 8.8.8.8
custom_rules: ['-A FORWARD -j ACCEPT']
nat_rules: [
# SSH
'-A PREROUTING --dst 152.19.134.147 -p tcp --dport 22 -j DNAT --to-destination 140.211.169.204:22',