mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-15 13:14:40 +00:00
committed by
Kristoffer Dalby
parent
80ea87c032
commit
d36336a572
@@ -5,8 +5,8 @@ import "time"
|
||||
const (
|
||||
HTTPReadTimeout = 30 * time.Second
|
||||
HTTPShutdownTimeout = 3 * time.Second
|
||||
TlsALPN01ChallengeType = "TLS-ALPN-01"
|
||||
Http01ChallengeType = "HTTP-01"
|
||||
TLSALPN01ChallengeType = "TLS-ALPN-01"
|
||||
HTTP01ChallengeType = "HTTP-01"
|
||||
|
||||
JSONLogFormat = "json"
|
||||
TextLogFormat = "text"
|
||||
|
||||
Reference in New Issue
Block a user