We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f576b17 commit a145445Copy full SHA for a145445
omada_test.go
@@ -107,6 +107,11 @@ func TestOmada(t *testing.T) {
107
qtype: dns.TypePTR,
108
wantAnswer: []string{"101.0.168.192.in-addr.arpa. 60 IN PTR client1.omada.test."},
109
},
110
+ {
111
+ qname: "omada.test.",
112
+ qtype: dns.TypeSOA,
113
+ wantAnswer: []string{"omada.test. 300 IN SOA ns.omada.test. hostmaster.omada.test. 1 7200 3600 86400 300"},
114
+ },
115
}
116
executeTestCases(t, testOmada, tests)
117
0 commit comments