change(servers.json): change provider names

- From `pia` to `private internet access`
- From `perfectprivacy` to `perfect privacy`
- From `vpnunlimited` to `vpn unlimited`
- This is done to match string constants in the code for another refactor
- Reset each of these providers servers version to `1`.
This commit is contained in:
Quentin McGaw
2022-05-27 00:35:33 +00:00
parent 92dbe1ebad
commit 78ccbb21cd
4 changed files with 19 additions and 19 deletions

View File

@@ -39989,8 +39989,8 @@
}
]
},
"perfectprivacy": {
"version": 2,
"perfect privacy": {
"version": 1,
"timestamp": 1633357036,
"servers": [
{
@@ -100987,8 +100987,8 @@
}
]
},
"pia": {
"version": 8,
"private internet access": {
"version": 1,
"timestamp": 1649712532,
"servers": [
{
@@ -121010,8 +121010,8 @@
}
]
},
"vpnunlimited": {
"version": 2,
"vpn unlimited": {
"version": 1,
"timestamp": 1629490858,
"servers": [
{
@@ -132187,4 +132187,4 @@
}
]
}
}
}