fix(privateinternetaccess): remove none encryption preset

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