split cert func to related packages
This commit is contained in:
6
server/dns/const.go
Normal file
6
server/dns/const.go
Normal file
@ -0,0 +1,6 @@
|
||||
package dns
|
||||
|
||||
import "time"
|
||||
|
||||
// DnsLookupCacheTimeout specifies the timeout for the DNS lookup cache.
|
||||
var DnsLookupCacheTimeout = 15 * time.Minute
|
Reference in New Issue
Block a user