Page 1 of 1

Export der DNS Einstellungen (RFC 1035)

Posted: Wed 4. Sep 2019, 03:02
by jacboy
Hi,


ich würde mir wünschen, dass im DNS Zonen Editor eine Funktion eingebaut, mit der eine Textdatei nach folgendem Schema erstellt wird. Wir gehen hier von der Domain "example.com" aus.

Der größte Vorteil für mich: Ich könnte die Datei exportieren und direkt bei Cloudflare hochladen, sodass mein DNS sich praktisch von allein konfiguriert.
;; This file is intended for use for informational and archival
;; purposes ONLY and MUST be edited before use on a production
;; DNS server. In particular, you must:
;; -- update the SOA record with the correct authoritative name server
;; -- update the SOA record with the contact e-mail address information
;; -- update the NS record(s) with the authoritative name servers for this domain.
;;
;; For further information, please consult the BIND documentation
;; located on the following website:
;;
;; http://www.isc.org/
;;
;; And RFC 1035:
;;
;; http://www.ietf.org/rfc/rfc1035.txt
;;
;; Please note that we do NOT offer technical support for any use
;; of this zone data, the BIND name server, or any other third-party
;; DNS software.
;;
;; Use at your own risk.

Was denkt ihr?

Re: Export der DNS Einstellungen (RFC 1035)  [GELÖST]

Posted: Wed 4. Sep 2019, 09:19
by Martin
Hallo,

die DNS Zonendateien (dies sieht nach normaler Bind Syntax aus) finden sich in /etc/bind/keyhelp_domains/

Re: Export der DNS Einstellungen (RFC 1035)

Posted: Wed 4. Sep 2019, 16:36
by jacboy
Hi Martin,


ja genau, das hat gut funktioniert. Jedoch wäre ein Export im Frotend sicherlich nicht schlecht.
Die Lösung hier ist für mich auch in Ordnung, hat also für mich eine niedrige Priorität.


- J