split cert func to related packages

This commit is contained in:
6543 2021-12-05 15:21:05 +01:00
parent bb6f28fe57
commit ccada3e6df
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE
8 changed files with 131 additions and 119 deletions

6
server/dns/const.go Normal file
View file

@ -0,0 +1,6 @@
package dns
import "time"
// DnsLookupCacheTimeout specifies the timeout for the DNS lookup cache.
var DnsLookupCacheTimeout = 15 * time.Minute