Feat: add verify-x509-name to Windscribe Openvpn config (#529)

This commit is contained in:
Quentin McGaw
2021-07-28 07:18:08 -07:00
committed by GitHub
parent 7d4f5c8906
commit c777f8d97d
8 changed files with 381 additions and 47 deletions

View File

@@ -26,8 +26,9 @@ type regionData struct {
}
type groupData struct {
City string `json:"city"`
Nodes []serverData `json:"nodes"`
City string `json:"city"`
Nodes []serverData `json:"nodes"`
OvpnX509 string `json:"ovpn_x509"`
}
type serverData struct {