mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 14:26:58 +00:00
split cert func to related packages
This commit is contained in:
parent
bb6f28fe57
commit
ccada3e6df
8 changed files with 131 additions and 119 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue