Advertisement
yuch4n

portproxy

Aug 28th, 2019
1,142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. netsh interface portproxy add v4tov4 listenport=80 listenaddress=192.168.1.1 connectport=8080 connectaddress=192.168.2.1
  2. netsh interface portproxy show v4tov4
  3. netsh interface portproxy delete v4tov4 listenport=80 listenaddress=192.168.1.1
  4. netsh interface portproxy reset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement