阿伟

念念不忘,必有回响

安装x-ui面板并在宝塔反向代理


X-ui面板安装:

bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)

反向代理:

        #PROXY-START/mulu
    location /mulu {
            proxy_redirect off;
            proxy_pass http://127.0.0.1:12345;
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
            proxy_set_header Host $http_host;
            proxy_read_timeout 300s;
            # Show realip in v2ray access.log
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
      }
    #PROXY-END/

bbrplus 加速安装:

bash <(curl -Lso- https://git.io/kernel.sh)

一篇没有标题的文章
欢迎使用 Typecho

评论区

全部评论 1 条

测试

08月08号