PHP 代理服务器
我想知道是否有任何方法可以将我的网站变成代理服务器.. 我发现很多使用 PHP 的脚本,但它们都需要导航到站点才能使用
代理,但我真正想要的是一个脚本,当您在选项对话框中输入 IP 和端口号时,它使我能够通过浏览器配置访问该站点,就像在 Firefox 中一样,是否有任何类型的脚本可以做到这一点?
欢迎任何可以帮助我快速了解该主题的链接..
谢谢你,
AB
i was wondering if there is any way to turn my website into a proxy server ..
i found plenty of scripts using PHP but they all require navigating to site in order to use
the proxy, but what i really want is a script that enables me to access the site via browser configuration like in firefox when you enter the IP and port number in the options dialog, is there any kind of scripts that does that ?
any links may help me get quick on the subject are welcomed ..
Thank you,
AB
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
(以及更多内容,请询问 google)
这是您正在寻找的代理软件吗?只是 PHP 中的普通 HTTP 代理。
(and more, ask google)
Is this the kind of proxy software you're looking for? Just plain HTTP proxies in PHP.
将你的适配器重定向到这台计算机的 IP 和端口,虽然它是同步的,所以速度会很慢。
Redirect your adapter to this computer's ip and port, its synchronous though so it'll be slow.