Browse the web servers hide IP

host file modification

notepad %windir%\system32\drivers\etc\hosts

Target IP localhost.autumn.com

May cause HTTP Status Code returned 403 forbidden

IP port redirection

netsh interface portproxy add v4tov4  listenaddress=127.0.0.1 listenport=10002 connectaddress=222.222.221.198  connectport=10002

Access 127.0.0.1:10002 will be redirected to 222.222.221.198:10002

Although HTTP Status Code 200 to return some sites still fail

Guess you like

Origin www.cnblogs.com/aeolian/p/11774358.html