-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Description
感谢你向 V2Ray Desktop 提交 issue!
在提交之前,请确认:
- 我已经在 Issue Tracker 中找过我要提出的问题
- 如果你可以自己 Debug 并解决的话,提交 PR 吧!
请注意,如果你并没有遵照这个 issue template 填写内容,我们将直接关闭这个 issue。
我都确认过了,我要继续提交。
请附上任何可以帮助我们解决这个问题的信息,如果我们收到的信息不足,我们将对这个 issue 加上 details needed 标记并在收到更多资讯之前关闭 issue。
V2Ray Desktop Config
{
"allow-lan": true,
"bind-address": "127.0.0.1",
"dns": {
"enable": false,
"listen": "0.0.0.0:53",
"nameserver": [
"8.8.8.8",
"4.4.4.4"
]
},
"log-level": "info",
"mode": "rule",
"port": 1087,
"proxies": [
{
"alpn": [
"h2",
"http/1.1"
],
"name": "IEPL·沪日专线·JP3·空闲·2倍·推荐·500M",
"password": "******",
"port": 29206,
"server": "**************",
"skip-cert-verify": false,
"sni": "",
"type": "trojan",
"udp": false
}
],
"proxy-groups": [
{
"interval": 300,
"name": "PROXY",
"proxies": [
"IEPL·沪日专线·JP3·空闲·2倍·推荐·500M"
],
"type": "load-balance",
"url": "http://www.gstatic.com/generate_204"
}
],
"rules": [
"IP-CIDR, 127.0.0.0/8, DIRECT",
"IP-CIDR, 10.0.0.0/8, DIRECT",
"IP-CIDR, 172.16.0.0/12, DIRECT",
"IP-CIDR, 192.168.0.0/16, DIRECT",
"GEOIP, CN, DIRECT",
"MATCH, PROXY"
],
"socks-port": 1080
}
V2Ray Desktop Log
环境 Environment
- 操作系统 (the OS for running the client)
❯ uname -a
Linux desktop 6.0.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 15 Oct 2022 14:00:49 +0000 x86_64 GNU/Linux说明 Description
重现问题的具体布骤 Steps to Reproduce
- 正常启动
我预期会发生……?
不乱码
实际上发生了什麽?
乱码
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
