Quentin McGaw
25f67cd170
refactor(storage): new storage file structure
...
- new directory structure containing manifest.json and one json file per provider, by default.
- the manifest.json file can specify a filepath for each vpn provider
- each vpn provider json data file can contain the `"preferred": true` field to enforce it is used even if outdated, unless there is a version mismatch
- `STORAGE_SERVERS_DIRECTORY_PATH` replaces `STORAGE_FILEPATH` (which is now a migration source only). It sets the directory where server manifest and per-provider JSON files are stored (default: `/gluetun/servers/`).
- First-run migration: On startup, gluetun checks for the old /gluetun/servers.json file; if found and no new manifest exists, it automatically migrates all data to /gluetun/servers/ directory structure
- Silent fallback: If legacy file isn't found, uses the new directory path normally
- Legacy cleanup: After successful migration, attempts to remove the old fat JSON file (logs warning only if removal fails, e.g., read-only bind mounts)
Co-authored-by: Copilot <copilot@github.com >
2026-04-27 02:47:30 +00:00
Quentin McGaw
628b0a22e2
hotfix(pia): fix servers data updater and update servers data
...
- use v7 API endpoint to get correct list of servers
- skip offline regions
- do not skip *.pvt.site
2026-04-22 12:34:56 +00:00
Quentin McGaw
ea3d138bd6
fix(pia): ignore *.pvt.site regions
2026-04-22 00:49:47 +00:00
github-actions[bot]
579bd8e416
feat(airvpn): update servers data ( #3186 )
2026-03-04 20:53:28 +01:00
Quentin McGaw
4b8dc8ded7
fix(privado): update servers data using JSON API
...
- Fixes #3159
- Fixes #2118
- Fixes #2657
2026-02-25 16:02:52 +00:00
Quentin McGaw
4698daea16
chore(mullvad): remove openvpn support
2026-02-11 00:09:36 +00:00
Quentin McGaw
9e4dd61c19
feat(ipvanish): update servers data
2026-01-24 19:32:21 +00:00
Quentin McGaw
a10349e378
fix(slickvpn): add missing servers found online
2025-12-24 20:29:05 +00:00
Quentin McGaw
6a5a836cb6
feat(pia): update servers data
2025-12-23 13:51:34 +00:00
Quentin McGaw
beaa8b5589
fix(slickvpn/updater): only keep 11 servers
...
- this reverts most of commit e806fe02db .
2025-12-23 03:03:47 +00:00
Quentin McGaw
92237658c3
chore(wevpn): removed since it is now decomissioned
2025-12-23 02:12:02 +00:00
Quentin McGaw
cc1c253bad
feat(vpnsecure): update servers data
2025-12-23 01:59:34 +00:00
Quentin McGaw
7d1e2eb226
feat(torguard): servers data update
2025-12-23 01:54:48 +00:00
Quentin McGaw
5b5aa5e014
feat(surfshark): update servers data
2025-12-23 01:54:15 +00:00
Quentin McGaw
0ca466fbd5
feat(cyberghost): update servers data
2025-12-23 01:51:11 +00:00
Quentin McGaw
2853ca9033
feat(protonvpn): update servers data including paid data
2025-11-18 13:36:05 +00:00
Quentin McGaw
7fbc5c3c07
feat(cyberghost): update servers data
2025-11-04 14:43:02 +00:00
Quentin McGaw
555049f09c
feat(privado): update servers data
2025-10-29 12:30:48 +00:00
Matthew Bennett
ef523df42c
feat(expressvpn): update hardcoded servers data ( #2888 )
2025-10-06 13:33:36 +02:00
Quentin McGaw
5306e3bab1
feat(mullvad): update servers data
2025-10-03 15:25:12 +00:00
Quentin McGaw
ad6c52dc4c
feat(ipvanish): update servers data
2024-11-07 20:21:12 +00:00
Quentin McGaw
07651683f9
feat(providers): add giganews support ( #2479 )
2024-09-18 13:01:37 +02:00
Quentin McGaw
eaece0cb8e
fix(ivpn): split city into city and region
...
- Fix bad city values containing a comma
- update ivpn servers data
2024-08-19 03:10:53 +00:00
Quentin McGaw
4203f4fabf
fix(nordvpn): remove commas from region values
2024-08-19 03:08:14 +00:00
Quentin McGaw
3bf937d705
feat(privado): update servers data
2024-08-18 23:29:10 +00:00
Quentin McGaw
9233f3f5ba
feat(pia/updater): use v6 API to get servers data
2024-08-16 12:40:22 +00:00
Quentin McGaw
ac9446e296
feat(protonvpn): Wireguard support ( #2390 )
2024-08-03 16:10:35 +02:00
Quentin McGaw
ceb6ff4ca4
hotfix(protonvpn): fix free detection and update p2p->port_forward
2024-07-31 21:04:05 +00:00
Quentin McGaw
13ffffb157
feat(fastestvpn): Wireguard support ( #2383 )
...
Credits to @Zerauskire for the initial investigation and @jvanderzande for an initial implementation as well as reviewing the pull request
2024-07-31 16:16:50 +02:00
Quentin McGaw
ab08a5e666
feat(fastestvpn): update servers data using API instead of zip file
...
- Add city filter
- More dynamic to servers updates on fastestvpn's end
- Update servers data
2024-07-30 14:50:32 +00:00
Quentin McGaw
4c47b6f142
feat(protonvpn): determine free status with tier value
2024-07-29 13:55:27 +00:00
Koen van Zuijlen
cb99f90bb5
feat(protonvpn): feature filters ( #2182 )
...
- `SECURE_CORE_ONLY`
- `TOR_ONLY`
- `P2P_ONLY`
2024-07-29 08:57:31 +02:00
Quentin McGaw
1afe01d8cd
feat(vpnsecure): update servers data
2024-04-29 09:46:48 +00:00
Quentin McGaw
49b8f8b443
feat(surfshark): update servers data
2024-04-29 09:38:31 +00:00
Adam Hebden
b3ceece779
feat(nordvpn): filter with SERVER_CATEGORIES ( #1806 )
...
- update NordVPN servers data built-in
2024-03-22 10:02:31 +01:00
Quentin McGaw
3254fc8aa6
feat(servers): update vyprnvpn data
2024-03-07 12:29:15 +00:00
Quentin McGaw
a20695ffb3
feat(servers): update vpn unlimited data
2024-02-21 16:58:12 +00:00
Quentin McGaw
d01cfef039
feat(servers): update pia data
2024-02-21 16:54:49 +00:00
Quentin McGaw
72b5afc771
fix(privado): update Zip file URL and update servers data
...
- Fix Bug: privado update url outdated #2104
2024-02-13 10:22:49 +00:00
Quentin McGaw
8a17cd87c3
feat(windscribe): update servers data
2024-01-01 18:09:05 +00:00
yifangd
f71a1b083b
fix(purevpn): fix update url and update servers ( #1992 )
...
See https://support.purevpn.com/purevpn/openvpn-files
2023-12-14 16:18:32 +01:00
Quentin McGaw
b787e12e25
feat(surfshark): update servers data
2023-09-24 15:02:08 +00:00
Quentin McGaw
659da67ed5
feat(cyberghost): update servers data
2023-09-20 09:35:28 +00:00
eiqnepm
c5cc240a6c
feat(surfshark): update API endpoint and servers data ( #1560 )
2023-07-21 20:21:46 +02:00
Quentin McGaw
1a5a0148ea
feat(torguard): update severs data
2023-07-18 16:02:06 +00:00
Quentin McGaw
9cdd6294d2
feat(mullvad): update servers data
2023-06-28 13:06:40 +00:00
Julio Gutierrez
07459ee854
feat(nordvpn): new API endpoint and wireguard support ( #1380 )
...
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com >
2023-06-08 09:39:07 +02:00
Quentin McGaw
804ea7ebd6
feat(surfshark): update servers data
2023-04-20 23:22:27 +00:00
Quentin McGaw
3294b8df60
feat(perfectprivacy): update servers data
2023-04-20 23:10:57 +00:00
Quentin McGaw
f6f3c110f0
fix(slickvpn): all servers support TCP and UDP
2023-03-26 12:38:55 +02:00