mirror of
https://github.com/Luzifer/dns.git
synced 2024-12-22 19:01:20 +00:00
Add ahlers.tk zone
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5c8a595f09
commit
fd0bec2c55
2 changed files with 5 additions and 1 deletions
|
@ -131,7 +131,7 @@ def main():
|
|||
ttl = default(config, "default_ttl", DEFAULT_TTL)
|
||||
|
||||
entries = []
|
||||
for entry in config['entries']:
|
||||
for entry in default(config, 'entries', []):
|
||||
entries.extend(sanitize(entry))
|
||||
|
||||
write_zone(zone, ttl, zone_data['soa'],
|
||||
|
|
|
@ -72,6 +72,10 @@ zones:
|
|||
records:
|
||||
- luzifer_io.hub.luzifer.io.
|
||||
|
||||
ahlers.tk:
|
||||
mailserver:
|
||||
inbucket.hub.luzifer.io.: 1
|
||||
|
||||
badges.fyi:
|
||||
entries:
|
||||
- name: ""
|
||||
|
|
Loading…
Reference in a new issue