mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Add SOA record to upstream zone file (#689)
This commit is contained in:
committed by
Miek Gieben
parent
16d86d95aa
commit
50f7573414
@@ -610,5 +610,6 @@ service.namespace.svc.cluster.local. IN SRV 8080 10 10 cluster.local
|
|||||||
`
|
`
|
||||||
|
|
||||||
const exampleNet = `; example.net. test file for cname tests
|
const exampleNet = `; example.net. test file for cname tests
|
||||||
|
example.net. IN SOA ns.example.net. admin.example.net. 2015082541 7200 3600 1209600 3600
|
||||||
example.net. IN A 13.14.15.16
|
example.net. IN A 13.14.15.16
|
||||||
`
|
`
|
||||||
|
|||||||
Reference in New Issue
Block a user