Releases: p4gefau1t/trojan-go
Releases · p4gefau1t/trojan-go
v0.0.12
Add MySQL check_rate option
Fix minor bugs
增加MySQL更新频率check_rate设置
修复细微bug
v0.0.11
ACME client for automatically request/renew cert from letsencrypt
实现ACME客户端,可以从Let'sEncrypt自动获取证书
#10
v0.0.10
alpn deprecated
recover fallback feature
弃用alpn
恢复fallback特性
v0.0.9
Fixed the problem that the main listening goroutine get blocked due to invalid TLS connection
Support ALPN option, merge with Fallback option
修复无效TLS连接导致主监听协程阻塞的问题
支持ALPN选项,与Fallback选项合并
#7
v0.0.8
Fix bugs
Add TLS handshake fallback server options, making it more difficult to detect
修复了一些bug
增加TLS握手失败后的代理选项,使得代理更难被检测
v0.0.7
Cert file is not a required option for a client anymore
Using default CA list of the host to verify the remote cert by default
证书文件不再是客户端必选选项,默认情况使用客户端CA列表验证远端证书
#5 #9
v0.0.6
Added log level
Fixed nil pointer bugs in mux
Support system interruption now
增加了日志等级选项
修复一个mux空指针错误
支持系统中断
#8
v0.0.5
Optimized mux protocol
Fix traffic meter bugs
优化了多路复用协议
修复流量统计的问题
#6
v0.0.4
Support TCP options like reusing port, tcp fast open, etc
Support TLS options
Fix trival bugs
支持端口复用,TCP Fast Open的TCP选项
支持TLS选项
修复一些细微的Bug
v0.0.3
Traffic meter and MySQL database support
Server can authenticate users by looking up the database table now
#1
流量统计和MySQL数据库支持
支持服务端通过数据库记录验证用户,用户流量统计,流量配额限制