Code Issues Pull requests Discussions 以V2Ray(v4 版) 或 Xray、Nginx 或 Caddy(v2 版)、Hysteria 等打造常用科学上网的优化配置及最优组合示例,且提供集成特定插件的 Caddy(v2 版) 文件,分享给大家食用及自己备份。 nginx https webdav shadowsocks trojan caddy quic v2ray reality vmess xray v2ray-plugin...
但当Nginx位于Xray之后时,其行为如下: ~ $ telnet 127.0.0.1 443 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. hello HTTP/1.1 400 Bad Request Server: nginx/1.24.0 Date: Wed, 03 Jul 2024 06:05:17 GMT Content-Type: text/html Content-Length: 157 Connection: close...
1164 1163 handleNginx start 1165 - 1166 1164 # 检查域名+端口的开放 1167 1165 checkPortOpenResult=$(curl -s -m 10 "http://${domain}:${port}/checkPort") 1168 1166 localIP=$(curl -s -m 10 "http://${domain}:${port}/ip") @@ -1213,7 +1211,7 @@ initTLSNginxConfig()...
Handle REALITY and WebSocket via nginx. Multi-user and config via port 443 Auto enabled subscriptions via port 443 Auto configured VLESS+Reality and VLESSoverWebSocket Custom Web Sub Page Feature that allows the use of custom client configurations for SING-BOX & CLASH META Local instance sub2sing...
x-ui-pro (x-ui + nginx)📂 Auto Installation (lightweight) Compatible with Cloudflare Auto SSL renewal (cronjob) Auto-reload nginx and x-ui Multi-domain and sub-domain support HandleWebSocket/GRPC/HttpUgradevianginx. Multi-user and config via port443 ...
nginx Update nginx.conf Dec 31, 2023 service Delete service/cloudreve.service Dec 25, 2023 tool Update xray_config_manage.sh Dec 31, 2023 MYSELF_EN.md Update MYSELF_EN.md Jan 13, 2024 MYSELF_ZH.md Update MYSELF_ZH.md Jan 11, 2024 ...
local reality_port=443 if [[ ${config[transport]} == 'tuic' ]]; then type='tuic' elif [[ ${config[transport]} == 'hysteria2' ]]; then type='hysteria2' else type='vless' fi if [[ ${config[security]} == 'reality' && ${config[domain]} =~ ":" ]]; then ...
Почемуне nginx, haproxy, 3x-ui, x-ui, sing-box... Caddy самполучитсертификаты, поэтомунамнепридетсяихполучатьчерез acme.shили certbot. 3X-ui мерзотнаяпанель. Sing-box неочен...
image[nginx]="nginx:1.24.0" image[certbot]="certbot/certbot:v2.6.0" image[haproxy]="haproxy:2.8.0" @@ -90,12 +90,12 @@ function show_help { echo "" echo "Usage: reality-ezpz.sh [-t|--transport=tcp|http|grpc|ws] [-d|--domain=<domain>] [--server=<server>] [--regenerate...
handleNginx start #安装V2Ray installXray 7 installXray 7true installXrayService 8 initXrayConfig custom 9 cleanUp v2rayDel Expand DownExpand Up@@ -5904,23 +5904,31 @@ initRealityKey() { } #初始化reality dest initRealityDest() {