Fix ipv6 stuffs 2
This commit is contained in:
@@ -56,7 +56,7 @@ func MainApp(configPath string) {
|
||||
if config.ShouldForceIPv6() {
|
||||
ipv6List, err = hosts.FetchHosts(hosts.IPV6)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
zurglog.Warnf("Failed to fetch IPv6 hosts: %v", err)
|
||||
}
|
||||
}
|
||||
downloadClient := http.NewHTTPClient(config.GetToken(), config.GetRetriesUntilFailed(), 0, ipv6List, config, log.Named("dlclient"))
|
||||
|
||||
Reference in New Issue
Block a user