mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:44:35 +03:00
when suggesting DNS records, leave "IN" out
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.
This commit is contained in:
14
testdata/integration/reverse.zone
vendored
14
testdata/integration/reverse.zone
vendored
@ -3,10 +3,10 @@ $TTL 5m
|
||||
|
||||
@ IN SOA dns.example. hostmaster.example. (1 0m 0m 0m 5m)
|
||||
|
||||
10.1 IN PTR moxacmepebble.mox1.example.
|
||||
20.1 IN PTR moxmail2.mox2.example.
|
||||
30.1 IN PTR dns.example.
|
||||
40.1 IN PTR acmepebble.example.
|
||||
50.1 IN PTR test.example.
|
||||
60.1 IN PTR localserve.mox1.example.
|
||||
70.1 IN PTR postfixmail.postfix.example.
|
||||
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.
|
||||
|
Reference in New Issue
Block a user