Skip to content

Releases: p4gefau1t/trojan-go

v0.0.12

27 Mar 06:15
c9ba8e2
Compare
Choose a tag to compare
v0.0.12 Pre-release
Pre-release

Add MySQL check_rate option
Fix minor bugs

增加MySQL更新频率check_rate设置
修复细微bug

v0.0.11

26 Mar 10:36
aa5f505
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

ACME client for automatically request/renew cert from letsencrypt

实现ACME客户端,可以从Let'sEncrypt自动获取证书

#10

v0.0.10

24 Mar 13:57
c39f2b9
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

alpn deprecated
recover fallback feature

弃用alpn
恢复fallback特性

v0.0.9

24 Mar 10:24
da536ee
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

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

23 Mar 18:37
76fd836
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Fix bugs
Add TLS handshake fallback server options, making it more difficult to detect

修复了一些bug
增加TLS握手失败后的代理选项,使得代理更难被检测

v0.0.7

23 Mar 04:27
037b698
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

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

22 Mar 11:52
60d6f33
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Added log level
Fixed nil pointer bugs in mux
Support system interruption now

增加了日志等级选项
修复一个mux空指针错误
支持系统中断

#8

v0.0.5

21 Mar 12:41
e1f8655
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Optimized mux protocol
Fix traffic meter bugs

优化了多路复用协议
修复流量统计的问题
#6

v0.0.4

21 Mar 04:32
f1bd6f4
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

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

20 Mar 12:55
793352e
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Traffic meter and MySQL database support
Server can authenticate users by looking up the database table now

#1

流量统计和MySQL数据库支持
支持服务端通过数据库记录验证用户,用户流量统计,流量配额限制