Feat: add verify-x509-name to Windscribe Openvpn config (#529)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user