fix(privateinternetaccess): remove none encryption preset

This commit is contained in:
Quentin McGaw
2026-04-19 17:51:20 +00:00
parent ef48826e48
commit 4301196c21
4 changed files with 1 additions and 7 deletions
@@ -1,7 +1,6 @@
package presets
const (
None = "none"
Normal = "normal"
Strong = "strong"
)