mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
850f4444d4
people will either paste the records in their zone file. in that case, the records will inherit "IN" from earlier records, and there will always be one record. if anyone uses a different class, their smart enough to know they need to add IN manually. plenty of people will add their records through some clunky web interface of their dns operator. they probably won't even have the choice to set the class, it'll always be IN.
12 lines
312 B
Dns
12 lines
312 B
Dns
$ORIGIN 28.172.in-addr.arpa.
|
|
$TTL 5m
|
|
|
|
@ IN SOA dns.example. hostmaster.example. (1 0m 0m 0m 5m)
|
|
|
|
10.1 PTR moxacmepebble.mox1.example.
|
|
20.1 PTR moxmail2.mox2.example.
|
|
30.1 PTR dns.example.
|
|
40.1 PTR acmepebble.example.
|
|
50.1 PTR test.example.
|
|
60.1 PTR localserve.mox1.example.
|
|
70.1 PTR postfixmail.postfix.example.
|