v0.7.0
Pre-release
Pre-release
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.