mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
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