initial commit
This commit is contained in:
14
protonvpn-wg-confgen/internal/constants/defaults.go
Normal file
14
protonvpn-wg-confgen/internal/constants/defaults.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package constants
|
||||
|
||||
// Certificate defaults
|
||||
const (
|
||||
DefaultCertDuration = "365d"
|
||||
MaxCertDuration = 365 // days
|
||||
CertMode = "persistent"
|
||||
PublicKeyMode = "EC"
|
||||
)
|
||||
|
||||
// Server selection defaults
|
||||
const (
|
||||
DefaultP2POnly = true
|
||||
)
|
||||
Reference in New Issue
Block a user