diff options
author | 2018-10-16 09:24:40 -0400 | |
---|---|---|
committer | 2018-10-16 06:24:40 -0700 | |
commit | 4a5641c3793a750c1a0323f09678f3429b9b5649 (patch) | |
tree | 19070cdef66f87d98ed341d67656f2dc1860dcac /test/example_test.go | |
parent | 8cc8afa96a9cabe132417368e10aaa138e0b8aae (diff) | |
download | coredns-4a5641c3793a750c1a0323f09678f3429b9b5649.tar.gz coredns-4a5641c3793a750c1a0323f09678f3429b9b5649.tar.zst coredns-4a5641c3793a750c1a0323f09678f3429b9b5649.zip |
plugin/cache: Set min TTL default to zero (#2199)
* set min ttl default to zero
* add short TTL test case
Diffstat (limited to 'test/example_test.go')
-rw-r--r-- | test/example_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/example_test.go b/test/example_test.go index 39d4ec49c..484cc67d7 100644 --- a/test/example_test.go +++ b/test/example_test.go @@ -7,6 +7,7 @@ example.org. IN NS b.iana-servers.net. example.org. IN NS a.iana-servers.net. example.org. IN A 127.0.0.1 example.org. IN A 127.0.0.2 +short.example.org. 1 IN A 127.0.0.3 *.w.example.org. IN TXT "Wildcard" a.b.c.w.example.org. IN TXT "Not a wildcard" cname.example.org. IN CNAME www.example.net. |