mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-17 06:00:15 +02:00
Maint: internal/openvpn/parse package
- Parse PEM key data for Cyberghost and VPNUnlimited - Add more unit tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package parse
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrExtractPEM = errors.New("cannot extract PEM data")
|
||||
)
|
||||
Reference in New Issue
Block a user