|
发表于 2022-2-16 15:25:12
|
显示全部楼层
在111楼的基础上,添加了disney的X-ui面板配置,测试成功!
感谢楼主分享
- {
- "api": {
- "services": [
- "HandlerService",
- "LoggerService",
- "StatsService"
- ],
- "tag": "api"
- },
- "inbounds": [
- {
- "listen": "127.0.0.1",
- "port": 62789,
- "protocol": "dokodemo-door",
- "settings": {
- "address": "127.0.0.1"
- },
- "tag": "api"
- }
- ],
- "outbounds": [
- {
- "protocol": "freedom",
- "settings": {}
- },
- {
- "protocol": "blackhole",
- "settings": {},
- "tag": "blocked"
- },
- {
- "tag": "GoNetflix",
- "protocol": "vmess",
- "streamSettings": {
- "network": "ws",
- "security": "tls",
- "tlsSettings": {
- "allowInsecure": false
- },
- "wsSettings": {
- "path": "ws"
- }
- },
- "mux": {
- "enabled": true,
- "concurrency": 8
- },
- "settings": {
- "vnext": [
- {
- "address": "free-sg-01.gonetflix.xyz",
- "port": 443,
- "users": [
- {
- "id": "402d7490-6d4b-42d4-80ed-e681b0e6f1f9",
- "security": "auto",
- "alterId": 0
- }
- ]
- }
- ]
- }
- }
- ],
- "policy": {
- "system": {
- "statsInboundDownlink": true,
- "statsInboundUplink": true
- }
- },
- "routing": {
- "rules": [
- {
- "inboundTag": [
- "api"
- ],
- "outboundTag": "api",
- "type": "field"
- },
- {
- "ip": [
- "geoip:private"
- ],
- "outboundTag": "blocked",
- "type": "field"
- },
- {
- "outboundTag": "blocked",
- "protocol": [
- "bittorrent"
- ],
- "type": "field"
- },
- {
- "type": "field",
- "outboundTag": "GoNetflix",
- "domain": ["geosite:netflix","nflxvideo.net","nflxext.com","nflxso.net","geosite:disney"]
- }
- ]
- },
- "stats": {}
- }
复制代码 |
|