Add more default ttl

This commit is contained in:
世界 2021-10-01 11:57:09 +08:00
parent 073ba6f1c5
commit 710b283204
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -178,7 +178,7 @@ func parseResponse(payload []byte) (*IPRecord, error) {
ipRecord := &IPRecord{ ipRecord := &IPRecord{
ReqID: h.ID, ReqID: h.ID,
RCode: h.RCode, RCode: h.RCode,
Expire: now.Add(time.Second * 600), Expire: now.Add(time.Minute * 30),
} }
L: L: