File size: 492 Bytes
7dca0de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "log": {
    "output": "/dev/stdout"
  },
  "name_servers": [
    "${PRIMARY_RESOLVER:-1.0.0.1}",
    "${SECONDARY_RESOLVER:-8.8.4.4}",
    "1.1.1.1",
    "9.9.9.9",
    "8.8.8.8"
  ],
  "name_servers_cache": 65536,
  "max_connections": "${MAX_CONNECTIONS:-1024}",
  "auth": {
    "login": "${PROXY_LOGIN:-}",
    "password": "${PROXY_PASSWORD:-}",
    "extra_accounts": ${EXTRA_ACCOUNTS:-{}}
  },
  "ports": {
    "proxy": "${PROXY_PORT:-7860}",
    "socks": "${SOCKS_PORT:-1080}"
  }
}