Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /etc/dansguardian/dansguardian.conf
- #UNCONFIGURED - Please remove this line after configuration
- filterport = 8888
- proxyport = 3128
- /etc/iptables.up.rules
- -A PREROUTING -p tcp -m tcp -i eth1 --dport 80 -j DNAT --to-destination 192.168.1.1:8888
- -A PREROUTING -p tcp -m tcp -i eth1 --dport 80 -j REDIRECT --to-ports 8888
- -A INBOUND -p tcp -m tcp --dport 8888 -j ACCEPT
- -A INBOUND -p udp -m udp --dport 8888 -j ACCEPT
- /etc/squid3/squid.conf
- http_port 3128 transparent
Advertisement
Add Comment
Please, Sign In to add comment