mirror of
https://github.com/zu1k/nali.git
synced 2025-01-22 21:29:02 +08:00
新增使用代理下载IP数据库
This commit is contained in:
parent
4cffde1e3e
commit
f358ba3656
@ -23,6 +23,7 @@ func init() {
|
|||||||
IdleConnTimeout: time.Second * 10,
|
IdleConnTimeout: time.Second * 10,
|
||||||
ResponseHeaderTimeout: time.Second * 10,
|
ResponseHeaderTimeout: time.Second * 10,
|
||||||
ExpectContinueTimeout: time.Second * 20,
|
ExpectContinueTimeout: time.Second * 20,
|
||||||
|
Proxy: http.ProxyFromEnvironment,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user