diff options
Diffstat (limited to 'test/file_cname_proxy_test.go')
-rw-r--r-- | test/file_cname_proxy_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file_cname_proxy_test.go b/test/file_cname_proxy_test.go index 5fb13622b..f880d98a3 100644 --- a/test/file_cname_proxy_test.go +++ b/test/file_cname_proxy_test.go @@ -54,7 +54,7 @@ func TestZoneExternalCNAMELookupWithProxy(t *testing.T) { file ` + name + ` example.org { upstream } - proxy . 8.8.8.8 8.8.4.4 + forward . 8.8.8.8 8.8.4.4 } ` i, udp, _, err := CoreDNSServerAndPorts(corefile) |