-
2019年有SS的VPS大量被封,有一个对此进行技术分析的文章: 。
在此期间注意到有 ,及[proxy over websocket](https://github.com/vi/websocat)的程序,均选择了使用常见协议来降低被检测的概率,不知作者对此有如何看法,是否有新版或全新工具的开发计划。
目前在用[kcptun](https://github.com/xtaci/kcptun)…
-
开发者您好!
Trojan相对来说更加隐蔽,请问能增加对它的支持吗?
谢谢!
-
出现一个和原版类似的问题,就是远程对接的数据库,用过一段时间后就不能用
日志也不报错,就是停留在不能使用的那个时候
前端HTTPS也无法访问
已多次出现,不知道是什么原因
```
Mar 22 07:23:12 debian trojan[72243]: [INFO] 2020/03/22 07:23:12 conn proxy ends
Mar 22 07:23:1…
-
因为 443 端口需要提供其他服务,所以用 Nginx 做的代理。
Trojan server 启动监听 445 端口,配置 Nginx 片段:
server {
listen 443 ssl;
ssl on;
ssl_certificate /etc/letsencrypt/live/www/fullchain.pem;
ssl_certificate_key …
-
- [*] I certify that I have read the contributing guidelines and I acknowledge if I don't follow the format below, or I'm using an old version of trojan, or I apparently fail to provide sufficient inf…
-
igniter 版本是最后的 release
手机是小米9,miui最新版
在输入各个参数后,点击启动,没有反应,也没有报错。
配置应该没问题,在 win 上能正常启动。
-
https://github.com/trojan-gfw/trojan/blob/18763b7529963efef8dcb01f50389a6f49213ae1/src/core/service.cpp#L29-L31
In GNU/Hurd, `__MACH__` is also defined, but the macOS specific header file doesn't e…
-
- [ ] I certify that I acknowledge if I don't follow the format below or I don't check this box, my issue will be closed immediately without any notice.
**Is your feature request related to a probl…
-
How can I specify the certificate file, as offered in the linux client?
```
"ssl": {
"verify": true,
"verify_hostname": true,
"cert": "xxx",
```
ldwnt updated
4 years ago
-
Hi,I am using arm64 debian,can you compile arm64 bin?
thanks!