Releases: Cielquan/DoTH-DNS
Releases · Cielquan/DoTH-DNS
Menu Script & Shell EnvVars
Shut down function
- Added shut down function to script (
-D
flag) (commit)
Hotfix
Hotfix
Full træfik support
Script rework
- Added detection for
.htpasswd
file and auto setting traefik dashboard authZ on or off & added-N
flag to deactivate (commit) - Moved dnsmasq's conf setup from script to container via script for s6 (commit)
- Merged
setup.sh
andrun.sh
into new simplifiedstart_doth_dns.bash
script (commit) - Restructured
certificates
directory (commit) - Changed cert and key file from being dynamic to being static & renamed
cert.toml
totls.toml
(commit) - Moved nginx conf setup from script into docker command (commit)
- Renamed some Env Vars in compose files to match script Vars & moved pihole Env Vars from conf files to compose (commit)
- Made nginx HTTPS redirect a global static setting (commit)
- Updated README (commit)
- Smaller code and file cleanups
- Smaller fixes
Hotfix
Hotfix
Updated configs
- Renamed project to
DoTH-DNS
- Added
CHANGELOG.md
(commit) - Dropped TLSv1.2 in nginx stream config (commit)
- Added global https redirect config (commit)
- Deleted old configs from
cert.toml
(commit) - Changed middleware für adding
/admin
for pihole urls (commit) - Changed traefik custom name format to
xxx_XxxXxx
(3 letters of category, underscore, name in camelcase) (commit) - Updated traefik config for v2.0
- Updated DoH server config to version 2.2.1 (commit)
- Fixed error for
-p
flag inrun.sh
script (commit)
dnsmasq conf fix
- fixed dnsmasq.conf setup to be run without sudo
- tweaked script outputs