Merge pull request #145 from ariera/master

Doc update about Transparent proxy support
This commit is contained in:
yrutschle 2017-12-16 19:11:34 +01:00 committed by GitHub
commit f5b1b881a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,6 +261,12 @@ tagged. If you need to retain direct access to ssh on port
22 AND another port (e.g. 2222), and change the above rules
accordingly.
Also remember that iptables configuration and ip routes and
rules won't be necessarily persisted after you reboot. Make
sure to save them properly. For example in CentOS7, you would
do `iptables-save > /etc/sysconfig/iptables`, and add both
`ip` commands to your `/etc/rc.local`.
FreeBSD:
Given you have no firewall defined yet, you can use the following configuration