Skip to content

Releases: Micophi/dnscheck

v1.3.0

17 Nov 17:07
7f6ad06
Compare
Choose a tag to compare

Changelog

  • ddba89b Added DoH & DoT support
  • 8395a7f Bugfix : Output file not generated properly
  • 7f6ad06 Merge pull request #18 from Micophi/4-add-support-for-doh-dot
  • a43904d Updated default config file to use DoH by default.
  • 9a03d99 Updated readme

v1.2.1

13 Nov 01:38
4f94798
Compare
Choose a tag to compare

Changelog

  • 4f94798 Fixing typo in the packagecloud version
  • 96cae00 Merge pull request #13 from Micophi/3-add-dns-option-to-test-a-single-dns-server
  • 36c294f Packagecloud (#16)

v1.2.0

08 Nov 02:27
a770e31
Compare
Choose a tag to compare

Changelog

  • e4e86d5 Added --dns switch
  • b0eaa81 Changed --domains to be a positional argument
  • 9dc8a65 Fixed name conflict between the binary and config file.
  • a770e31 Merge branch 'main' of github.com:Micophi/dnscheck into 3-add-dns-option-to-test-a-single-dns-server
  • 9c180aa Merge pull request #11 from Micophi/10-make-domains-a-positional-argument
  • 84aa4bb Merge pull request #12 from Micophi/3-add-dns-option-to-test-a-single-dns-server
  • f438703 Updated demo
  • e25fdf2 Updated help and README.md

v1.1.1

03 Nov 19:44
4da0d0c
Compare
Choose a tag to compare

Changelog

  • 4ff3c80 Added help description
  • 2516448 Fix concurrency bug by using atomic operations
  • 4da0d0c Merge pull request #9 from Micophi/7-add-help-with-explanation-of-the-various-switches

v1.1.0

31 Oct 01:04
d594703
Compare
Choose a tag to compare

Changelog

  • 41f93ab Added Adguard public DNS to the default list
  • 3c9b41c Added global rate limit
  • f27a1f5 Fixed some typos in the README file
  • d594703 Merge pull request #8 from Micophi/rate-limit
  • 9b74aec Refactoring for better rate limiting

v1.0.0

27 Oct 15:59
8cbb975
Compare
Choose a tag to compare

Changelog

  • 8cbb975 Added GitHub workflow to create GitHub releases
  • 9dd5857 Added basic go program
  • c34ec69 Added demo GIF using VHS
  • 68b264a Added gitignore
  • 4bd2a68 Added goreleaser
  • c2648f4 Added missing configuration file example
  • fe0c781 Added scripts to generate domains lists
  • ebdb575 Initial commit
  • 0108b95 Read me first draft
  • 9522d83 Updated check for block ip
  • 9801e40 Updated project description
  • e81106d Updated readme
  • 53c0be6 Updated release package structure + Added default config to /etc * Renamed scripts to include them in the package for easier download of domains list * Updated application to look into /etc/dnscheck/ by default for configs