Commit 50f75734 authored by Chris O'Haver's avatar Chris O'Haver Committed by Miek Gieben

Add SOA record to upstream zone file (#689)

parent 16d86d95
...@@ -610,5 +610,6 @@ service.namespace.svc.cluster.local. IN SRV 8080 10 10 cluster.local ...@@ -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
` `
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment