servers.json 398 B

12345678910111213141516171819
  1. [
  2. {
  3. "name": "Example server 1 (HTTP and HTTPS)",
  4. "server" :"//example1.mydomain.com/",
  5. "dlURL" :"garbage.php",
  6. "ulURL" :"empty.php",
  7. "pingURL" :"empty.php",
  8. "getIpURL" :"getIP.php"
  9. },
  10. {
  11. "name": "Example server 2 (HTTPS only)",
  12. "server" :"https://example2.mydomain.com/",
  13. "dlURL" :"garbage.php",
  14. "ulURL" :"empty.php",
  15. "pingURL" :"empty.php",
  16. "getIpURL" :"getIP.php"
  17. }
  18. ]