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

无法使用Trojan协议 Unable to use Trojan protocol #1148

Open
AlephZHAO opened this issue Feb 19, 2025 · 3 comments
Open

无法使用Trojan协议 Unable to use Trojan protocol #1148

AlephZHAO opened this issue Feb 19, 2025 · 3 comments
Labels
bug Something isn't working Stale

Comments

@AlephZHAO
Copy link

AlephZHAO commented Feb 19, 2025

错误描述

最新版1.9.7不能使用Trojan,退回1.9.5可以正常使用
对比新版,虽然多出一个TLS底层传输安全选项,但是少了Trojan.exe文件,而旧版则无任何问题(即有Trojan.exe)
具体见:#878
The latest version 1.9.7 does not work with Trojan, return to 1.9.5 and it works fine.
Comparing to the new version, although there is an extra TLS underlying transport security option, the Trojan.exe file is missing, while the old version has no problem (i.e. it has Trojan.exe)
See in particular: #878

复现步骤

1.打开Netch软件
2.添加机场(Trojan)
3.选中Ping通节点,点击右下角“启动”

  1. Open the Netch software
  2. Add a proxy (Trojan).
  3. Select the Pingtone node and click ‘Start’ in the lower right corner.

日志

application.log

[2025-02-17 20:08:45][Information] Start MainController: Trojan [2]Bypass LAN and China
[2025-02-17 20:08:45][Debug] Server Information: Trojan 
[2025-02-17 20:08:46][Information] Built-in  wintun.dll Hash: 8a0581991caf829cd92b27aabcb2bab618cc8fbc887d8f86a533c95d2e3f17d4
[2025-02-17 20:08:46][Information] Installed wintun.dll Hash: 8a0581991caf829cd92b27aabcb2bab618cc8fbc887d8f86a533c95d2e3f17d4
[2025-02-17 20:08:53][Information] Net traffic processes: (12012)v2ray-sn
[2025-02-17 20:09:30][Information] Stop Main Controller
[2025-02-17 20:09:39][Information] Start MainController: Trojan [2]Bypass LAN and China
[2025-02-17 20:09:39][Debug] Server Information: Trojan 
[2025-02-17 20:09:39][Information] Built-in  wintun.dll Hash: 8a0581991caf829cd92b27aabcb2bab618cc8fbc887d8f86a533c95d2e3f17d4
[2025-02-17 20:09:39][Information] Installed wintun.dll Hash: 8a0581991caf829cd92b27aabcb2bab618cc8fbc887d8f86a533c95d2e3f17d4
[2025-02-17 20:09:46][Information] Net traffic processes: (14620)v2ray-sn
[2025-02-17 20:11:00][Information] Stop Main Controller

V2Ray (SagerNet).log

V2Ray 5.0.14 (V2Fly, a community-driven edition of V2Ray.) SagerNet (go1.18.3 windows/amd64)
A unified platform for anti-censorship.
2025/02/17 20:09:39 [Warning] V2Ray 5.0.14 started
2025/02/17 20:09:46 [Warning] [4190086860] app/dispatcher: default route for tcp:cp.cloudflare.com:80
2025/02/17 20:09:46 [Warning] [3443252756] app/dispatcher: default route for udp:51.159.156.37:3478

操作环境

操作系统:Windows10 IoT LTSC 21H2 19044.5487
软件版本:1.9.7(latest)
---------
OS:Windows10 IoT LTSC 21H2 19044.5487
Netch:1.9.7(latest)
@AlephZHAO AlephZHAO added the bug Something isn't working label Feb 19, 2025
@AlephZHAO AlephZHAO changed the title 无法使用Trojan协议 无法使用Trojan协议 Unable to use Trojan protocol Feb 19, 2025
@AlephZHAO AlephZHAO marked this as a duplicate of #1146 Feb 19, 2025
@H1JK
Copy link
Contributor

H1JK commented Feb 19, 2025

Since 1.9.6, the Trojan implementation has switched to the SagerNet fork of V2Ray, so we no longer need the original Trojan.exe.

Please make sure TLS is enabled.

If the problem persists, please post the generated V2Ray configuration file.

@AlephZHAO
Copy link
Author

AlephZHAO commented Feb 20, 2025

Since 1.9.6, the Trojan implementation has switched to the SagerNet fork of V2Ray, so we no longer need the original Trojan.exe.

Please make sure TLS is enabled.

If the problem persists, please post the generated V2Ray configuration file.

@H1JK Thank you for your reply.
Where is TLS located? In Netch-Configuration-V2Ray-TLS AllowInseure?
BTW, here's my V2Ray config file

  "V2RayConfig": {
    "AllowInsecure": false,
    "KcpConfig": {
      "congestion": false,
      "downlinkCapacity": 100,
      "mtu": 1350,
      "readBufferSize": 2,
      "tti": 50,
      "uplinkCapacity": 12,
      "writeBufferSize": 2
    },
    "UseMux": false,
    "V2rayNShareLink": true,
    "XrayCone": true,
    "TCPFastOpen": false
  },

If the above options are not available, what needs to be changed in this V2Ray configuration file

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the Stale label Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Development

No branches or pull requests

2 participants