fix: 一处重命名遗漏

This commit is contained in:
Mmx233
2022-01-21 22:45:28 +08:00
parent 94f532c624
commit d7bf9f117d

View File

@@ -27,7 +27,7 @@ func Transports(addr net.Addr) *http.Transport {
}
func initTransport() {
if Config.Settings.Interfaces == "" {
if Config.Settings.Basic.Interfaces == "" {
transport = tool.HTTP.GenTransport(&tool.GenTransport{
Timeout: Timeout,
})