配置 Apache 使用 VPS 作为浏览器代理
我来自一个网络审查严格的国家。我想自由地上网。
我在美国安装了 CentOS5.5 和 Apache 2 的 VPS 假设 VPS 的 IP 为 12.34.56.78
。
我想将其配置为浏览器代理,如下所示:12.34.56.78:8080
。 就可以自由上网了。)
(我知道如何使用ssh方法,但我想将VPS配置为浏览器代理。在Firefox浏览器中输入12.34.56.78:8080
,然后我 找到了这个链接:http://www.vo1dmain.info/如何在 vps 上配置私有代理。但是它需要您的家庭计算机上有 ssh 客户端。顺便说一句,我有动态IP。
多谢!
I am from a country with severe internet censorship. I want to surf the internet freely.
I have a VPS installed with CentOS5.5 and Apache 2 in U.S. Assume the VPS has the IP 12.34.56.78
.
I want to config it as a browser proxy, like this: 12.34.56.78:8080
. (I know how to use the ssh method, but I want to config the VPS as a browser proxy. Put 12.34.56.78:8080
in the browser Firefox, then I can surf the internet freely.)
I have found this link:http://www.vo1dmain.info/how-to-configure-private-proxy-on-vps.But It requires ssh client on your home computer. And I have dynamic IP, by the way.
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以通过 Apache 来完成;您发布的链接告诉您如何操作。这是另一个: http://www.enterpriseitplanet.com/networking/features/article .php/11315_3319671_1
对于动态 IP,您有多种选择:
您可以指定由 IP 前缀、域名、IP 地址子网以及 IPv6 地址和子网组成的多个条目。如此处所示,最好指定 IP 地址和域,只是为了确保(来自发布的 url)。
你还需要一个 ssh 客户端...如果你使用的是 Windows,请使用 putty。
You can do it through Apache; the link you posted tells you how. Here's another one: http://www.enterpriseitplanet.com/networking/features/article.php/11315_3319671_1
And you have several options for your dynamic IP:
You can specify multiple entries made up for IP prefix, domain name, IP address subnets, and IPv6 addresses and subnets. As shown here, it is preferable to specify an IP address and domain, just to be sure (from the posted url).
And you'll need an ssh client... grab putty if you're on Windows.