Force ipv6 setting
This commit is contained in:
@@ -42,7 +42,7 @@ func main() {
|
||||
|
||||
cache := expirable.NewLRU[string, string](1e4, nil, time.Hour)
|
||||
|
||||
client := zurghttp.NewHTTPClient(config.GetToken(), 5, nil)
|
||||
client := zurghttp.NewHTTPClient(config.GetToken(), 5, config)
|
||||
|
||||
rd := realdebrid.NewRealDebrid(config.GetToken(), client, logutil.NewLogger().Named("realdebrid"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user