mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Feature: FastestVPN support (#383)
This commit is contained in:
@@ -11,6 +11,11 @@ func GetAllServers() (allServers models.AllServers) {
|
||||
Timestamp: 1612031135, // latest takes precedence
|
||||
Servers: CyberghostServers(),
|
||||
},
|
||||
Fastestvpn: models.FastestvpnServers{
|
||||
Version: 1,
|
||||
Timestamp: 1613323814,
|
||||
Servers: FastestvpnServers(),
|
||||
},
|
||||
HideMyAss: models.HideMyAssServers{
|
||||
Version: 1,
|
||||
Timestamp: 1614562368,
|
||||
|
||||
Reference in New Issue
Block a user