mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-23 12:27:44 +02:00
Feature: PrivateVPN support (#393)
This commit is contained in:
@@ -2,6 +2,7 @@ package provider
|
||||
|
||||
const (
|
||||
aes256cbc = "aes-256-cbc"
|
||||
aes128gcm = "aes-128-gcm"
|
||||
aes256gcm = "aes-256-gcm"
|
||||
sha256 = "sha256"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user