Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 13 years ago.
在您的网络服务器上配置 PHP 并安装您选择的 PHP 代理软件:
http://sourceforge.net/search/?q=php+proxy&sortdir=desc&limit=25&sort= rating
确保您可以从任何地方连接到代理,并且它位于您试图绕过的任何防火墙之外。
然后将代理的服务器地址添加到操作系统或浏览器的代理设置中(这取决于操作系统或浏览器)。
Configure PHP on your webserver and install the PHP Proxy Software of your choice:
http://sourceforge.net/search/?q=php+proxy&sortdir=desc&limit=25&sort=rating
Make sure you can connect to the proxy from wherever you are and that it is outside of whatever firewall you are trying to get around.
Then add the server address of the proxy into your OS or browser's Proxy settings (which depends on the OS or Browser).
SSH 端口转发应该可以满足您的需求。
http://www.linuxhorizon.ro/ssh-tunnel.html
编辑:相关来自站点的信息:
ssh -L 8888:www.linuxhorizon.ro:80 user@computer -N ssh -L 8888:www.linuxhorizon.ro:80 -L 110:mail.linuxhorizon.ro:110 \ 25:mail.linuxhorizon.ro:25 user@computer -N
通过在服务器上进行设置,您可以通过服务器的 IP 从任何地方访问信息。如果域被阻止,但您的服务器未被阻止,这提供了一种解决方法。
SSH port forwarding should get you want you want.
http://www.linuxhorizon.ro/ssh-tunnel.html
Edit: The relevant info from the site:
By setting this up on a server, you allow yourself to access the information from anywhere via your server's IP. This provides a workaround if the domain is blocked, but your server's is not.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
在您的网络服务器上配置 PHP 并安装您选择的 PHP 代理软件:
http://sourceforge.net/search/?q=php+proxy&sortdir=desc&limit=25&sort= rating
确保您可以从任何地方连接到代理,并且它位于您试图绕过的任何防火墙之外。
然后将代理的服务器地址添加到操作系统或浏览器的代理设置中(这取决于操作系统或浏览器)。
Configure PHP on your webserver and install the PHP Proxy Software of your choice:
http://sourceforge.net/search/?q=php+proxy&sortdir=desc&limit=25&sort=rating
Make sure you can connect to the proxy from wherever you are and that it is outside of whatever firewall you are trying to get around.
Then add the server address of the proxy into your OS or browser's Proxy settings (which depends on the OS or Browser).
SSH 端口转发应该可以满足您的需求。
http://www.linuxhorizon.ro/ssh-tunnel.html
编辑:相关来自站点的信息:
通过在服务器上进行设置,您可以通过服务器的 IP 从任何地方访问信息。如果域被阻止,但您的服务器未被阻止,这提供了一种解决方法。
SSH port forwarding should get you want you want.
http://www.linuxhorizon.ro/ssh-tunnel.html
Edit: The relevant info from the site:
By setting this up on a server, you allow yourself to access the information from anywhere via your server's IP. This provides a workaround if the domain is blocked, but your server's is not.