Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] log 乱码 #92

Open
1 of 2 tasks
Freed-Wu opened this issue Oct 25, 2022 · 0 comments
Open
1 of 2 tasks

[Bug] log 乱码 #92

Freed-Wu opened this issue Oct 25, 2022 · 0 comments

Comments

@Freed-Wu
Copy link

感谢你向 V2Ray Desktop 提交 issue!
在提交之前,请确认:

Screenshot from 2022-10-25 14-52-31

  • 我已经在 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

a.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

  1. 正常启动

我预期会发生……?

不乱码

实际上发生了什麽?

乱码

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant