Releases: shawn1m/overture
Releases · shawn1m/overture
v1.5-rc8
- Return error rather than do nothing when there is no response (#138)
- Add
WhenPrimaryDNSAnswerNoneUse
in configuration
MinimumTTL
now apply to the response that has no ANSWER SECTION
when caching
v1.5-rc7
- Avoid potential thread safety bugs in dispatch process @comzyh
- Decrease the log level of single remote query failure
v1.5-rc6
- Quick fix thread safety bug
v1.5-rc5
- Fix cache bugs
- Add DomainTTLFile: set TTL for each domain is allowed now
v1.5-rc4
Please note: Only regex is supported for domain and hosts file matching
- Force use regex for all domain match;
- Add http dump cache @jsvisa
- -V for version
- Fix some bugs
v1.5-rc3
- Fix ResponseMessage nil bug
v1.5-rc2
- Add DNS-over-TLS by @qyb
- Fix IPv6 network selection bug
- Windows build failure fixed by sirupsen/logrus#824
- Catch response message error now
- Upgrade to go 1.11.x
v1.5-rc1
- Use minimumTTL as cache expiration
- Allow disable cookie
- Remove dns.ErrTruncated (dependency bug)
v1.4
- Use configurated external ip over client ip (#83)
v1.4-rc1
Please note: There are some changes in the config file
- You can use domain or IP network rules for both primary and alternative servers
- Remove workaround samples, maybe you must create, edit, find or convert rules on your own
- Add freebsd ditrubution
- Fix some bugs
- Use linux-like version tag