1
destine OP 补充一下,换了几台 VPS 都一样,系统 Ubuntu 也试过
|
![]() |
2
Laoz666 31 天前
至少把你配置贴出来吧 不然靠算命吗
|
3
destine OP 配置如下,谢谢大哥
{ "log": { "access": "none", "dnsLog": false, "error": "", "loglevel": "warning", "maskAddress": "" }, "api": { "tag": "api", "services": [ "HandlerService", "LoggerService", "StatsService" ] }, "inbounds": [ { "tag": "api", "listen": "127.0.0.1", "port": 62789, "protocol": "dokodemo-door", "settings": { "address": "127.0.0.1" } } ], "outbounds": [ { "tag": "direct", "protocol": "freedom", "settings": { "domainStrategy": "AsIs", "redirect": "", "noises": [] } }, { "tag": "blocked", "protocol": "blackhole", "settings": {} }, { "tag": "Outbound_SS", "protocol": "shadowsocks", "settings": { "servers": [ { "address": "80.80.80.80", "port": 22288, "password": "y4YQfpMkca4//sg=", "method": "aes-256-gcm", "uot": true } ] }, "streamSettings": { "network": "tcp", "security": "none", "tcpSettings": { "header": { "type": "none" } } } } ], "policy": { "levels": { "0": { "statsUserDownlink": true, "statsUserUplink": true } }, "system": { "statsInboundDownlink": true, "statsInboundUplink": true, "statsOutboundDownlink": false, "statsOutboundUplink": false } }, "routing": { "domainStrategy": "AsIs", "rules": [ { "type": "field", "domain": [ "geosite:netflix", "youtube" ], "inboundTag": [ "inbound-36630" ], "outboundTag": "Outbound_SS" }, { "type": "field", "inboundTag": [ "api" ], "outboundTag": "api" }, { "type": "field", "outboundTag": "blocked", "ip": [ "geoip:private" ] }, { "type": "field", "outboundTag": "blocked", "protocol": [ "bittorrent" ] } ] }, "stats": {}, "metrics": { "tag": "metrics_out", "listen": "127.0.0.1:11111" } } |
![]() |
5
shonnliberty 31 天前
@destine 这种问题交给 claude/Gemini 它们会帮你很快搞定。
|
6
szdosar 31 天前
那就用旧版好了,不折腾。
#x-ui Please enter your selection [0-25]: 4 Enter the panel version (like 2.4.0): |
![]() |
7
383394544 31 天前 via iPhone
youtube 写错了,应为 geosite:youtube
|
![]() |
8
Ipsum 31 天前
用了 geosite 怎么不开 dns server 或者 sniff ?或者你直接用 geoip 。
geosite 只是针对域名,你已经解析了域名,扔个 ip 过去,xray 怎么知道你想干嘛? |