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

Locked
jacboy
Posts: 126
Joined: Mon 29. Jan 2018, 16:59
Location: Stuttgart
Contact:

Export der DNS Einstellungen (RFC 1035)

Post 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?
Attachments
example.com.txt
(1.33 KiB) Downloaded 167 times
User avatar
Martin
Posts: 984
Joined: Wed 20. Jan 2016, 00:43

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

Post by Martin »

Hallo,

die DNS Zonendateien (dies sieht nach normaler Bind Syntax aus) finden sich in /etc/bind/keyhelp_domains/
Viele Grüße,
Martin
jacboy
Posts: 126
Joined: Mon 29. Jan 2018, 16:59
Location: Stuttgart
Contact:

Re: Export der DNS Einstellungen (RFC 1035)

Post 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
Locked