1
0
mirror of https://github.com/zu1k/nali.git synced 2025-03-09 18:02:33 +08:00

Merge pull request from jingjingxyk/master

新增使用代理下载IP数据库
This commit is contained in:
zu1k 2022-07-29 08:51:49 +08:00 committed by GitHub
commit da29bdaeb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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