19 lines
622 B
JSON
19 lines
622 B
JSON
{
|
|
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20100101 Firefox/9.0",
|
|
|
|
/* Uncomment the "proxy" line to use the proxy
|
|
SOCKS proxies (4, 4A, 5) are supported, ie : "proxy": "socks5://127.0.0.1:9000"
|
|
If you do not specify the protocol, http will be used
|
|
*/
|
|
//"proxy": "127.0.0.1:3128",
|
|
//"proxy_auth": "username:password",
|
|
|
|
"cache_ttl": 600, // 10 minutes, at this time the cache is cleaned before each scan. If this value is set to 0, the cache will be disabled
|
|
|
|
"request_timeout": 60, // 1min
|
|
|
|
"connect_timeout": 5, // 5s
|
|
|
|
"max_threads": 20
|
|
}
|