1
0
Fork 0
Commit Graph

4 Commits (8176bd3a30786fb84b5de18c520daa7a04ac172e)

Author SHA1 Message Date
Jan Dittberner 2c896a85ac Add support for secondary nameservers
Fixes #4
2 years ago
Jan Dittberner 11b092beb0 Use git branch -D for reference_branch
This commit allows the use of a reference_branch that is not merged into
the current working directory.

Imports have been sorted by isort
2 years ago
Jan Dittberner 424bd7954f Use sendmail instead of SMTP
- remove the SMTP requirement to be able to work with /usr/lib/sendmail
  instead
- use f-strings where appropriate to improve readability
- use text-parameter to subprocess.run to avoid extra decode calls
2 years ago
Jan Dittberner d93300732b Implement update-zones.py to update zones from git
- ignore temporary files and Python bytecode
- add update-zones.py
2 years ago