mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
Fix reverse zone in corefile
This commit is contained in:
@@ -207,7 +207,7 @@ func createTestServer(t *testing.T, corefile string) (*caddy.Instance, string) {
|
|||||||
func TestKubernetesIntegration(t *testing.T) {
|
func TestKubernetesIntegration(t *testing.T) {
|
||||||
corefile :=
|
corefile :=
|
||||||
`.:0 {
|
`.:0 {
|
||||||
kubernetes cluster.local 0.3.10.in-addr.arpa {
|
kubernetes cluster.local 0.0.10.in-addr.arpa {
|
||||||
endpoint http://localhost:8080
|
endpoint http://localhost:8080
|
||||||
#endpoint https://kubernetes/
|
#endpoint https://kubernetes/
|
||||||
#tls admin.pem admin-key.pem ca.pem
|
#tls admin.pem admin-key.pem ca.pem
|
||||||
|
|||||||
Reference in New Issue
Block a user