dns-records/README.md
2025-05-02 21:15:49 +02:00

13 lines
393 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# DNS Records des Natenom e.V.
## Zone-Dateien generieren
Nach jeder Änderung sollen die Zonen-Dateien generiert werden.
Das ist besonders einfach mit der Bash-Funktion `generate-zone-file [domain]`
in der Nix-DevShell (`nix develop`) möglich.
Diese führt im Hintergrund folgendes aus (Beispiel):
```
dnscontrol get-zone --format=zone --out natenom.org.zone desec - natenom.org
```