Skip to content
forked from yitd/Any-Proxy

Any-Proxy可以用PHP帮助你匿名反向代理浏览任何网站

Notifications You must be signed in to change notification settings

Pl6ME/Any-Proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Any-Proxy可以帮助你匿名反向代理浏览任何网站

需配置伪静态,nginx伪静态规则如下:
if ( !-e $request_filename) {
rewrite ^/(.*)$ /index.php?$1 last;
break;
}

支持POST、cookie
需配置好https再使用
建立好后你可以直接在当前链接后面输入 *q 退出当前页面返回首页

也可以直接 http://xxx.com/http://需访问的链接 (必须添加http(s)://)

如 :http://xxx.com/http://www.ip38.com/

基于:https://github.com/koala0529/reverse-proxy-php 修改

Image

About

Any-Proxy可以用PHP帮助你匿名反向代理浏览任何网站

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%