Advertisement
casperbs

Proxy Server config

Jun 18th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. {
  2.   "success": true,
  3.   "data": {
  4.     "username": "string",
  5.     "password": "string",
  6.     "region": "string",
  7.     "regionName": "string",
  8.     "regionDescription": "string",
  9.     "hostname": "string",
  10.     "type": 0,
  11.     "addresses": [
  12.       "hostname",
  13.       "hostname"
  14.     ],
  15.     "protocols": [
  16.       {
  17.          "protocol": "https",
  18.          "port": 443
  19.       },
  20.       {
  21.          "protocol": "http",
  22.          "port": 80
  23.       }
  24.     ]
  25.   }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement