Releases: iamd3vil/danse
v0.4.0
v0.3.0
v0.2.0
v0.1.0
Changelog
cbf6874 Add Dns Over Tls Support
2f86cd2 Add README.md
21cbaca Add caching according to TTL
4ddaca1 Create LICENSE
8eb3fda Implement load balancing between multiple DOH providers.
82550a6 Improve locking and unlocking mutex
eb70705 Initial commit without caching
c7bf6f5 Merge branch 'rewrite-in-go'
945434f Merge branch 'rust-rewrite'
705f878 Merge pull request #1 from iamd3vil/add-license-1
1433bf9 Merge pull request #3 from iamd3vil/add-caching
2596ea5 Merge pull request #4 from iamd3vil/replace-badger-lru
5c3503c Merge pull request #6 from iamd3vil/multiple-doh-providers
b3f2c92 Merge pull request #8 from iamd3vil/dot
a9889c0 Merge pull request #9 from iamd3vil/rust-rewrite
f9d4aed Replace badger with in memory LRU cache
bf36407 Update README.md
cef224f Update README.md
14cb6d2 Update README.md
b1b9716 Update README.md
a04f67a Update README.md
f7d92e2 Update README.md
1389007 Update README.md with Usage
64890f4 doc: Add README.md
00180bf feat: Add .goreleaser.yml
91dc3d8 feat: Add basic resolver using DOH
e9c6ecf feat: Add bootstrap address to resolve resolver urls.
ea81b75 feat: Add config.toml support instead of cmdline args.
3a17778 feat: Add option to round robin requests to multiple resolvers
b430065 feat: Add support for caching
a94e544 feat: Add support for configuration using config.toml
332c898 feat: Enable debug logging and query logging
383f04c feat: Remove old rust files.
c0dd4d1 feat: Update .gitignore
03c09d2 feat: Use trust-dns async dns resolver for reqwest
13c4f4f fix: Add fallback if post method isn't allowed.
7403b08 fix: Add target to .gitignore
6fa5478 fix: Fix panic in case of error while doh query
9274e96 ref: Add client module
caf8e34 ref: Boostrap basic rust app
0df564a ref: Fix clippy suggestions
74e87ac ref: Refactor according to clippy suggestions
fd72f97 ref: Refactor resolvers into a seperate mod.