| 12345678910111213141516171819 |
- [
- {
- "name": "Example server 1 (HTTP and HTTPS)",
- "server" :"//example1.mydomain.com/",
- "dlURL" :"garbage.php",
- "ulURL" :"empty.php",
- "pingURL" :"empty.php",
- "getIpURL" :"getIP.php"
- },
- {
- "name": "Example server 2 (HTTPS only)",
- "server" :"https://example2.mydomain.com/",
- "dlURL" :"garbage.php",
- "ulURL" :"empty.php",
- "pingURL" :"empty.php",
- "getIpURL" :"getIP.php"
- }
- ]
|