Giter VIP home page Giter VIP logo

any-proxy's Introduction

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
Image

基于:https://github.com/koala0529/reverse-proxy-php 修改
请勿用于非法用途,否则后果自负。

any-proxy's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.