Skip to content

Releases: nadoo/glider

v0.10.3

02 Sep 16:18
Compare
Choose a tag to compare

Enhancements:

  1. general: optimized memory allocations;
  2. dns: fixed a bug and improve performance;

v0.10.2

14 Aug 05:14
Compare
Choose a tag to compare

Enhancements:

  1. tls: support customization of serverName.
  2. ssr: update code to compile with the new version of ssr lib.
  3. pool: fixed a bug in buffer pool.
  4. ci: build with go1.15.

v0.10.0

06 May 12:14
Compare
Choose a tag to compare

Enhancements:

  1. Support ssh forwarder: ssh://user[:pass]@host:port[?key=keypath].
  2. Support trojan forwarder: trojan://pass@host:port[?skipVerify=true].
  3. Support customize host header in ws(websocket) scheme.
  4. Support socks4 forwarder. (#114 by @mrThe)
  5. Support to trigger forwarder disable by errors occurred in connection relay. (#83 #133 by @wuudjac)
  6. Added a new option checkfailedonly to check failed forwarders only.
  7. Support dialtimeout and relaytimeout.
  8. Improved dns switch strategy.(#97)

v0.9.3

04 Apr 10:31
Compare
Choose a tag to compare

Changelog

9c3f2f6 socks5: fix #148
1204cf3 strategy: fix #135 #142
bd0d141 http: fix #155

v0.9.2

21 Oct 07:58
Compare
Choose a tag to compare

Enhancements:

  1. http: support auth in server mode. (#84)
  2. socks5: support auth in server mode. (#84)
  3. log: show caller's info in verbose mode.

v0.8.3

14 Oct 03:46
Compare
Choose a tag to compare

Changelog

822693b mod: use new modules
d9189e6 http: add Host header in CONNECT request (#102)
0c719d7 ssr: fix #115
6131a2d Add workaround for chacha20's repository move (#124)

v0.8.2

20 Sep 06:08
Compare
Choose a tag to compare

Changelog

6604bfe tls: fixed a bug in tls which may lose proxy addr

v0.7.0

19 Mar 12:24
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Changes:

  1. Change config checkduration to checkinterval.
    NOTE : You must update your config file or glider will not startup.
  2. Use go1.12 and go mod to build the project.

Enhancements:

  1. Added a new virtual proxy reject, which can be used to reject requests.
  2. Allowed to use root domain like 'com/net/i2p' in domain rules. (#86)
  3. Added checktimeout support. (thanks to @mac-zhou)
  4. TLS1.3 supported.
  5. Added new flag include to include sub config files. (by conflag)

Fixes:

  1. Fixed a bug in udptun. (#91)
  2. Fixed a bug in redir proxy which may leads to a redirect loop.

v0.6.11

19 Dec 15:49
Compare
Choose a tag to compare
v0.6.11 Pre-release
Pre-release

Changes:

  1. Improve the compatibility of simple-obfs;
  2. Disable forwarder by default and enable it after checking;

v0.6.10

14 Dec 12:38
Compare
Choose a tag to compare
v0.6.10 Pre-release
Pre-release

Enhancements:

  1. 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://"
  1. 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@"