Guest User

Untitled

a guest
Oct 4th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 'comments:
  2. //80 for http
  3.  
  4. iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 1000
  5.  
  6. //443 for https
  7. iptables -t nat -A PREROUTING -p tcp --destination-port 443 -j REDIRECT --to-port 3128
Add Comment
Please, Sign In to add comment