Force ipv6 setting

This commit is contained in:
Ben Sarmiento
2023-11-25 15:51:11 +01:00
parent ffddceac7c
commit 1b8f961d07
6 changed files with 56 additions and 3 deletions

View File

@@ -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"))