mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-04 14:13:03 +00:00
Add more default ttl
This commit is contained in:
parent
073ba6f1c5
commit
710b283204
@ -178,7 +178,7 @@ func parseResponse(payload []byte) (*IPRecord, error) {
|
||||
ipRecord := &IPRecord{
|
||||
ReqID: h.ID,
|
||||
RCode: h.RCode,
|
||||
Expire: now.Add(time.Second * 600),
|
||||
Expire: now.Add(time.Minute * 30),
|
||||
}
|
||||
|
||||
L:
|
||||
|
Loading…
Reference in New Issue
Block a user