mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
7369808b84
- Goal was to simplify main.go complexity - Use common structures and interfaces for all vpn providers - Moved files around - Removed some alias models
6 lines
55 B
Go
6 lines
55 B
Go
package provider
|
|
|
|
const (
|
|
aes256cbc = "aes-256-cbc"
|
|
)
|