-
电脑端使用 verysimple 的配置 verysimple 使用的 toml 格式[app] # 日志等级,默认为 1 # 0=debug, 1=info, 2=warning, 3=error, 4=dpanic, 5=panic, 6=fatal, loglevel = 1 logfile = "c:/Tools/verysimple/client.log" #logfile = "client.log" vless 电脑端和手机端的配置 vless 使用的 json 格式{ "log": { "access": "", "error": "", "loglevel": "warning" }, "inbounds": [ { "tag": "socks", "port": 10808, "listen": "127.0.0.1", "protocol": "socks", "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ] }, "settings": { "auth": "noauth", "udp": true, "allowTransparent": false } }, { "tag": "http", "port": 10809, "listen": "127.0.0.1", "protocol": "http", "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ] }, "settings": { "auth": "noauth", "udp": true, "allowTransparent": false } } ], "outbounds": [ { "tag": "proxy", "protocol": "vless", "settings": { "vnext": [ { "address": "redacted", "port": , "users": [ { "id": "redacted", "alterId": 0, "email": "[email protected]", "security": "auto", "encryption": "none", "flow": "" } ] } ] }, "streamSettings": { "network": "grpc", "security": "tls", "tlsSettings": { "allowInsecure": false, "serverName": "redacted", "alpn": [ "h2", "http/1.1" ], "fingerprint": "" }, "grpcSettings": { "serviceName": "redacted", "multiMode": false } }, "mux": { "enabled": false, "concurrency": -1 } }, { "tag": "direct", "protocol": "freedom", "settings": {} }, { "tag": "block", "protocol": "blackhole", "settings": { "response": { "type": "http" } } } ], "routing": { "domainStrategy": "IPIfNonMatch", "rules": [ { "type": "field", "inboundTag": [ "api" ], "outboundTag": "api", "enabled": true }, { "type": "field", "outboundTag": "direct", "domain": [ "domain:example-example.com", "domain:example-example2.com" ], "enabled": true }, { "type": "field", "outboundTag": "block", "domain": [ "geosite:category-ads-all" ], "enabled": true }, { "type": "field", "outboundTag": "direct", "domain": [ "geosite:cn" ], "enabled": true }, { "type": "field", "outboundTag": "direct", "ip": [ "geoip:private", "geoip:cn" ], "enabled": true }, { "type": "field", "port": "0-65535", "outboundTag": "proxy", "enabled": true } ] } } 手机连接时服务器端报错详情
客户端报错详情
只有手机端会出错,其他端没问题;也有其他用户反映,一端正常,但在其他端无法连接 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
换用完整证书链的 ps:很奇怪,之前一直用 |
Beta Was this translation helpful? Give feedback.
换用完整证书链的
cert.fullchain
后恢复正常ps:很奇怪,之前一直用
cert.pem
也可以来着。。。