Skip to content
forked from yitd/Any-Proxy

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

Notifications You must be signed in to change notification settings

iii80/Any-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

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

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

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%