/ Published in: DOS Batch
Expand |
Embed | Plain Text
netsh interface portproxy add v4tov4 9666 <Server-IP> 9666 127.0.0.1 netsh interface portproxy show all
Comments
Subscribe to comments
You need to login to post a comment.
netsh interface portproxy add v4tov4 9666 <Server-IP> 9666 127.0.0.1 netsh interface portproxy show all
Subscribe to comments
You need to login to post a comment.
to delete:
netsh interface portproxy delete v4tov4 listenport=9666 listenaddress=127.0.0.1