YiGeRen_yl
YiGeRen_yl
> @YiGeRen-yl 建议直接贴配置和验证方法 ,{ "protocol": "wireguard", "tag": "wireguard-1", "settings": { "secretKey": "OOnyMUELLm8ez3w4bYtc3Leb2euftiy1F5xEFWM4QUE=", "Address": ["10.7.0.2/32"], "mtu": 1440, "network": "tcp,udp", "peers": [ { "publicKey": "ILUhlUGYz4Bhtv5nInpMSTOHsvQo9TMsHYK5Ahu06mY=", "preSharedKey": "lSjJw99jwfDyytjBaoARojfxGWhMj0dGrhAdZTCyUew=", "AllowedIPs": ["0.0.0.0/0","::/0"], "endpoint": "xxx:51820" }...
> 啥https节点和手机shadowsocks啊 说清楚点 写错了就是正常的HTTPS 代理节点,用小火煎可以连上,放到xray出战连不上 我配置是这么写的 { "tag": "KR", "protocol": "http", "settings": { "servers": [ { "address": "服务器IP",//服务器IP "port": 110,//服务器端口 "users": [ { "Username": "yl1677866238",//将my-username改为你的用户名. "Password": "proverbdevice" //将my-password改为你的密码 } ]...
> 临时解决方法 > > ``` > "tlsSettings": { > "alpn": "http/1.1" > } > ``` > > 要不考虑添加一个参数 `"http2": false` http 出站默认不再尝试建立http2 除非设置为 `true` 不过想了想多少也是服务端实现不标准的原因 服务不支持h2协商出h2 不管也说得过去 ~然后测了下xray也这样 还是不回旋镖黑自己了~ @yuhan6665...