Skip to content

Releases: Cielquan/DoTH-DNS

v8.0.0

22 Jan 11:41
25f88f8
Compare
Choose a tag to compare

Turn back to docker-compose setup without CLI app or scripts

Added badges

16 Feb 13:23
v7.0.1
1c96e60
Compare
Choose a tag to compare
  • Added PyPI & TravisCI badges (commit)

Python CLI

16 Feb 12:30
v7.0.0
60c7f99
Compare
Choose a tag to compare

This release is also published on PyPI.

  • Added CLI written in python with click

  • Revised container configs:

    • Custom start script for unbound adding additional config files (access protection and PTR entries) (commit)
    • Removed unused log file stuff from unbound (commit)
    • Added s6 script to pihole to grab unbound's IP and write to config (commit)
    • Improved s6 script for pihole adding host wildcard entry (commit)
    • Activated logging for doh_server by default (commit)
  • Added Dockerfile for doh_server based on goofball's Dockerfile (commit)

  • Updated traefik to v2.1 (incl. config) (commit)

  • Removed Bash scripts (commit)

  • Removed docker-compose files (commit)

  • Updated documentation (commit)

Hotfix

01 Feb 20:22
v6.0.3
f79d43c
Compare
Choose a tag to compare
  • Fixed LICENSE.rst to be detectable by Github again (commit)
  • Updated Changelog reST syntax stuff (commit)
  • Added basic Github Issue template (commit)

Hotfix

01 Feb 18:50
v6.0.2
f899473
Compare
Choose a tag to compare
  • Changed LICENSE to rst because of parsing errors in docs (commit)
  • Updated README (commit)

Hotfix

01 Feb 16:25
v6.0.1
2050256
Compare
Choose a tag to compare
  • Added missing release note for 6.0.0 (commit)

License change

30 Jan 17:54
be4b6a7
Compare
Choose a tag to compare
  • Changed License from MIT to GPLv3 (commit)

Shinx Documentation

25 Jan 13:59
b287d04
Compare
Choose a tag to compare
  • Added sphinx documentation (commit)
  • Changed README, LICENSE, CHANGELOG from MD to reST (commit)
  • Added .gitignore (commit)
  • Minor additions and fixes to documentation.

Fallback for config

11 Dec 07:04
407f98c
Compare
Choose a tag to compare
  • Reworked config gathering in script and added fallback mechanism (commit)
  • Added -F flag for fallback option (commit)
  • Minor code improvements in script
  • Updated README (commit)

Hotfix

30 Nov 13:40
7995cdb
Compare
Choose a tag to compare
  • Added missing hint for whiptail in README (commit)