1{
2  "type": "http",
3  "server": {
4    "host": "::1",
5    "port": 3128
6  },
7  "credential": {
8    "username": "http_proxy_user_000",
9    "password": "http_proxy_pass_000"
10  },
11  "tls": {
12    "insecure": false,
13    "server_name": "example.com",
14    "sni": "www.example.com"
15  }
16}