Releases: nadoo/glider
Releases · nadoo/glider
v0.10.3
Enhancements:
- general: optimized memory allocations;
- dns: fixed a bug and improve performance;
v0.10.2
Enhancements:
- tls: support customization of serverName.
- ssr: update code to compile with the new version of ssr lib.
- pool: fixed a bug in buffer pool.
- ci: build with go1.15.
v0.10.0
Enhancements:
- Support ssh forwarder:
ssh://user[:pass]@host:port[?key=keypath]
. - Support trojan forwarder:
trojan://pass@host:port[?skipVerify=true]
. - Support customize host header in ws(websocket) scheme.
- Support socks4 forwarder. (#114 by @mrThe)
- Support to trigger forwarder disable by errors occurred in connection relay. (#83 #133 by @wuudjac)
- Added a new option
checkfailedonly
to check failed forwarders only. - Support
dialtimeout
andrelaytimeout
. - Improved dns switch strategy.(#97)
v0.9.3
v0.9.2
v0.8.3
v0.8.2
v0.7.0
Changes:
- Change config
checkduration
tocheckinterval
.
NOTE : You must update your config file or glider will not startup. - Use go1.12 and go mod to build the project.
Enhancements:
- Added a new virtual proxy
reject
, which can be used to reject requests. - Allowed to use root domain like 'com/net/i2p' in domain rules. (#86)
- Added
checktimeout
support. (thanks to @mac-zhou) - TLS1.3 supported.
- Added new flag
include
to include sub config files. (by conflag)
Fixes:
- Fixed a bug in udptun. (#91)
- Fixed a bug in redir proxy which may leads to a redirect loop.
v0.6.11
v0.6.10
Enhancements:
- added kcp listener and forwarder support.
- e.g., http over kcp server
glider -verbose -listen "kcp://none:[email protected]:8444?dataShards=10&parityShards=3,http://"
- e.g., http over kcp client
glider -verbose -listen :8443 -forward "kcp://none:[email protected]:8444?dataShards=10&parityShards=3,http://"
- added simple-obfs client support.
- e.g., ss with obfs
glider -verbose -listen :8443 -forward "simple-obfs://1.1.1.1:443?type=tls&host=apple.com,ss://AEAD_CHACHA20_POLY1305:pass@"