mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-05 05:27:35 +08:00
653e15350b
Since lua-resty-dns-client provides an internal cache, we don't need to cache it twice. Signed-off-by: spacewander <spacewanderlzx@gmail.com>
17 lines
391 B
Plaintext
17 lines
391 B
Plaintext
$ORIGIN test.local.
|
|
@ 3600 IN SOA sns.dns.icann.org. noc.dns.icann.org. (
|
|
2017042745 ; serial
|
|
7200 ; refresh (2 hours)
|
|
3600 ; retry (1 hour)
|
|
1209600 ; expire (2 weeks)
|
|
3600 ; minimum (1 hour)
|
|
)
|
|
|
|
3600 IN NS a.iana-servers.net.
|
|
3600 IN NS b.iana-servers.net.
|
|
|
|
ipv6 IN AAAA ::1
|
|
|
|
ttl 300 IN A 127.0.0.1
|
|
ttl.1s 1 IN A 127.0.0.1
|