mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-23 11:48:57 +00:00
24 lines
1.3 KiB
INI
24 lines
1.3 KiB
INI
# this is an example zones file
|
|
# each line with parts split on white space are considered thus:
|
|
# 1: the host
|
|
# 2: the record type
|
|
# everything else: either a single string or json list if it starts with "["
|
|
# lines starting with white space are striped of white space (including "\n")
|
|
# and added to the previous line
|
|
example.com A 10.0.0.1
|
|
example.com CNAME whatever.com
|
|
example.com MX ["whatever.com.", 5]
|
|
example.com MX ["mx2.whatever.com.", 10]
|
|
example.com MX ["mx3.whatever.com.", 20]
|
|
example.com NS ns1.whatever.com.
|
|
example.com NS ns2.whatever.com.
|
|
example.com TXT hello this is some text
|
|
example.com SOA ["ns1.example.com", "dns.example.com"]
|
|
# because the next record exceeds 255 in length dnserver will automatically
|
|
# split it into a multipart record, the new lines here have no effect on that
|
|
testing.com TXT one long value: IICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAg
|
|
FWZUed1qcBziAsqZ/LzT2ASxJYuJ5sko1CzWFhFuxiluNnwKjSknSjanyYnm0vro4dhAtyiQ7O
|
|
PVROOaNy9Iyklvu91KuhbYi6l80Rrdnuq1yjM//xjaB6DGx8+m1ENML8PEdSFbKQbh9akm2bkN
|
|
w5DC5a8Slp7j+eEVHkgV3k3oRhkPcrKyoPVvniDNH+Ln7DnSGC+Aw5Sp+fhu5aZmoODhhX5/1m
|
|
ANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA26JaFWZUed1qcBziAsqZ/LzTF2ASxJYuJ5sk
|