cf96989e01
deploy-pangolin / deploy (push) Has been cancelled
- deploy/: Xray VLESS+REALITY (11443, 经宿主 nginx SNI 分流) + sing-box Hysteria2 (UDP 443) docker-compose - 幂等 deploy.sh / gen-secrets.sh / print-clients.sh;受限 nginx-apply 特权脚本 + 一次性 root-setup - .gitea/workflows/deploy.yml: NAS runner 经 SSH 远程部署到 EC2 - docs/ plan/: 设计方案与实施计划 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
37 lines
857 B
JSON
37 lines
857 B
JSON
{
|
|
"log": { "loglevel": "warning" },
|
|
"inbounds": [
|
|
{
|
|
"tag": "vless-reality-in",
|
|
"listen": "0.0.0.0",
|
|
"port": 11443,
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"clients": [
|
|
{ "id": "__UUID__", "flow": "xtls-rprx-vision" }
|
|
],
|
|
"decryption": "none"
|
|
},
|
|
"streamSettings": {
|
|
"network": "tcp",
|
|
"security": "reality",
|
|
"realitySettings": {
|
|
"show": false,
|
|
"dest": "www.apple.com:443",
|
|
"xver": 0,
|
|
"serverNames": ["www.apple.com"],
|
|
"privateKey": "__REALITY_PRIVATE_KEY__",
|
|
"shortIds": ["__REALITY_SHORT_ID__"]
|
|
}
|
|
},
|
|
"sniffing": {
|
|
"enabled": true,
|
|
"destOverride": ["http", "tls", "quic"]
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{ "protocol": "freedom", "tag": "direct" }
|
|
]
|
|
}
|