Skip to content
forked from yitd/Any-Proxy

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

Notifications You must be signed in to change notification settings

che246/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:https://xxx.com/http:https://需访问的链接 (必须添加http(s):https://)

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

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

Image

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 100.0%