You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[General]
# Log are for debug only
loglevel = info
# Do not remove tun option
tun = auto
#dns-server = 8.8.8.8
dns-server = 223.5.5.5, 114.114.114.114
# Local HTTP CONNECT proxy
interface = 127.0.0.1
port = 1087
# Local SOCKS5 proxy with UDP Associate support
socks-interface = 127.0.0.1
socks-port = 1086
[Proxy]
Direct = direct
Reject = reject
# VMess over WebSocket over TLS (TLS + WebSocket + VMess)
VMessWSS = vmess, xxx.xxx.xxx.xxx, 443, username=xxxxxxxxxx, ws=true, tls=true, tls-insecure=true,ws-path=/xxxxx
[Rule]
IP-CIDR, xxx.xxx.xxx.xxx/32, Direct
FINAL, VMessWSS
curl --socks5-hostname 127.0.0.1:1086 https://www.google.com
curl: (28) Failed to connect to 127.0.0.1 port 1086 after 21036 ms: Couldn't connect to server
我使用的v2ray是 4.27.5版本,leaf是支持的。
The text was updated successfully, but these errors were encountered:
这是我的配置文件
使用 leaf-x86_64-pc-windows-gnu.exe 0.10.7 运行配置文件开启 1086端口
curl --socks5-hostname 127.0.0.1:1086 https://www.google.com
有回复
但是Maple开启的1086端口没有回复
我使用的v2ray是 4.27.5版本,leaf是支持的。
The text was updated successfully, but these errors were encountered: