wuruxu

PP 网络浏览器,内置对 nginx proxy_pass 的支持

  •  
  •   wuruxu · Jan 12, 2024 · 739 views
    This topic created in 851 days ago, the information mentioned may be changed or developed.

    PP 网络浏览器 1.0.0.b android apk

    主要功能

    1. 无须使用 VPN,即可通过 nginx proxy_pass 访问 firewall 后的资源

    客户端配置入口 :

    PP 设置

    proxy_pass 条目添加:

    添加 proxy_pass 配置

    nginx 服务端配置:

            location /cr_proxy {
                gzip on;
                proxy_pass_request_headers on;
                proxy_ssl_server_name on;
                proxy_ssl_name $proxy_host;
                proxy_set_header X-Real-IP $remote_addr;
                proxy_buffering on;
                proxy_redirect off;
                proxy_pass $http_ppurl;
            }
    
    

    Android 预览版下载 PP Web Browser apk

    Issue 提交

    github issue

    Supplement 1  ·  Jan 15, 2024
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   6019 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 72ms · UTC 02:01 · PVG 10:01 · LAX 19:01 · JFK 22:01
    ♥ Do have faith in what you're doing.