1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 21:29:02 +08:00

新增使用代理下载IP数据库

This commit is contained in:
jingjingxyk 2022-07-29 05:54:00 +08:00
parent 4cffde1e3e
commit f358ba3656

View File

@ -23,6 +23,7 @@ func init() {
IdleConnTimeout: time.Second * 10,
ResponseHeaderTimeout: time.Second * 10,
ExpectContinueTimeout: time.Second * 20,
Proxy: http.ProxyFromEnvironment,
}
}