blossom: set fasthttp to dial ipv6 addresses.
fixes https://github.com/fiatjaf/nak/issues/142
This commit is contained in:
@@ -37,6 +37,7 @@ func createHTTPClient() *fasthttp.Client {
|
|||||||
Concurrency: 4096,
|
Concurrency: 4096,
|
||||||
DNSCacheDuration: time.Hour,
|
DNSCacheDuration: time.Hour,
|
||||||
},
|
},
|
||||||
|
DialDualStack: true,
|
||||||
}
|
}
|
||||||
dialFunc, _ := d.GetDialFunc(true)
|
dialFunc, _ := d.GetDialFunc(true)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user