- storing enabled domains to decrease load on opendns servers
- moved the whole ip confirmation logic to another repo dns-ip-confirm
- detached from dnsserver package and implemented a whole server
- switched from zones file to sqlite3 database contains zoneslist, blocklist, and list of keywords for blocking with regex
- the server uses env variables to determine whether it's a primary or a secondary server
- added scripts to automate ip confirmation for opendns
- added bash scripts for automation
- uses two branches for primary and secondary servers
- switched to opendns
- added zones for google and youtube's safesearch
Initial release
- server uses cloudflare as a proxy server
- everything depends on the dnsserver package