feat(providers): add AirVPN support (#1145)
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
package openvpn
|
||||
|
||||
const (
|
||||
AES128cbc = "aes-128-cbc"
|
||||
AES256cbc = "aes-256-cbc"
|
||||
AES128gcm = "aes-128-gcm"
|
||||
AES256gcm = "aes-256-gcm"
|
||||
AES128cbc = "aes-128-cbc"
|
||||
AES192cbc = "aes-192-cbc"
|
||||
AES256cbc = "aes-256-cbc"
|
||||
AES128gcm = "aes-128-gcm"
|
||||
AES192gcm = "aes-192-gcm"
|
||||
AES256gcm = "aes-256-gcm"
|
||||
Chacha20Poly1305 = "chacha20-poly1305"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user