Skip to content

Releases: junkurihara/doh-auth-proxy

0.4.0

20 Aug 09:24
3f502cf
Compare
Choose a tag to compare

Improvement

  • support anonymous token based on blind RSA signature
  • support query logging
  • refactor: lots of minor improvement

What's Changed

Full Changelog: 0.3.3...0.4.0

0.3.4

22 Mar 02:12
3a5854c
Compare
Choose a tag to compare

Full Changelog: 0.3.3...0.3.4

0.3.3

22 Mar 02:03
3a5854c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

23 Jan 13:29
baed629
Compare
Choose a tag to compare
  • Feat: Support TCP and UDP bootstrap DNS protocols. In addition to the existing format like "1.1.1.1" that means "udp://1.1.1.1:53", formats like "tcp://1.1.1.1:53" (TCP support) "udp://1.2.3.4:50053" (Non standard port) works. See "README.md" and "doh-auth-proxy.toml" for configuration for the detail.
  • Refactor: Lots of minor improvements

What's Changed

Full Changelog: 0.3.0...0.3.2

0.3.1

04 Jan 08:42
a33b5fb
Compare
Choose a tag to compare

Fix actions to release the executable binary.

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

04 Jan 08:33
a33b5fb
Compare
Choose a tag to compare

Improvements

  • Totally restructured and reimplemented all components
  • [Breaking] Support multiple bootstrap resolvers, which requires to modify the config file.
  • Periodic health check of all path candidates.
  • Periodic nexthop IP address resolution via the proxy itself, bootstrap resolver is only used at the first time and fall-back.
  • Periodic fetching of access token with refresh token.
  • Hot reloading of configuration files, including block and override files.
  • Configurable "user-agent" as whatever you like.

What's Changed

Full Changelog: 0.1.6...0.3.0