Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nadoo nadoo released this 19 Mar 12:24

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.