This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
gluetun
Watch
1
Star
0
Fork
0
You've already forked gluetun
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1748a2ae1215e45136281ec77b19d52550cad3ea
gluetun
/
internal
/
provider
/
constants.go
8 lines
104 B
Go
Raw
Normal View
History
Unescape
Escape
Refactor (#174) - Goal was to simplify main.go complexity - Use common structures and interfaces for all vpn providers - Moved files around - Removed some alias models
2020-06-13 14:08:29 -04:00
package
provider
const
(
aes256cbc
=
"aes-256-cbc"
Torguard support (#387) See discussion on #374
2021-02-17 20:36:30 -05:00
aes256gcm
=
"aes-256-gcm"
Privado support, fix #285 (#288)
2020-11-08 20:56:49 -05:00
sha256
=
"sha256"
Refactor (#174) - Goal was to simplify main.go complexity - Use common structures and interfaces for all vpn providers - Moved files around - Removed some alias models
2020-06-13 14:08:29 -04:00
)
Reference in New Issue
Copy Permalink