大佬们,你们的老姨子还能正常使用吗?
我是通过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.unblocknetflix.cf",
- "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"]
- }
- ]
- },
- "stats": {}
- }
复制代码
这个月初的时候发现无法解锁了,用圈X测试显示 连接超时 ,后面直接用大佬官网的直连v2,也是无法连接。
是我的姿势不对吗? |