# Any-Proxy **Repository Path**: jf_linux/Any-Proxy ## Basic Information - **Project Name**: Any-Proxy - **Description**: Any-Proxy可以用PHP帮助你完美匿名反向代理浏览任何网站 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2023-10-07 - **Last Updated**: 2023-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > Any-Proxy可以帮助你完美地反向代理浏览任意网站 > 免去复杂的程序,不到10KB文件,兼容性极好 > 添加了简易的密码访问,默认密码web > 最新版本将退出指令改成了~q 这将在输入时更加便捷 > 需配置伪静态,nginx伪静态规则如下: > if ( !-e $request_filename) { > rewrite ^/(.*)$ /index.php?$1 last; > break; > } > index.php 外链、外链图片、外链静态文件等请求不通过Any-Proxy,地址栏不会显示目标域名 > index_all.php 区别为传统版,地址栏会显示目标域名,性能不及前者 > index_all.php 所有外链、外链图片、外链静态文件等请求都通过Any-Proxy > 支持POST、Cookie,https/http均可使用 > 支持伪造IP,$anyip值为1发送服务器IP头,值为2则发送随机IP,值为3发送客户端IP > 已解决中文乱码问题,自动转换 > 在当前链接末尾输入 ~q 可以退出当前页面回到首页 > 在域名后面加上链接地址即可访问: > https://www.com/http://+需访问的链接 (目标链接必须添加http(s)://) > 如 :https://www.com/http://ip38.com/ ![Image](https://p.pstatp.com/origin/fe81000376fc445be379) ![Image](https://p.pstatp.com/origin/137b90001905c99862df3) > 基于:https://github.com/koala0529/reverse-proxy-php 修改 > 请勿用于非法用途,否则后果自负。