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

Merge pull request #126 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

View File

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