From 99952f9780966f2b958292f3a76f58ecfcbdddaa Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Wed, 17 Mar 2021 16:57:37 -0400 Subject: [PATCH] allow proxy to fetch ipv6-only hosts --- lib/philomena/http.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/philomena/http.ex b/lib/philomena/http.ex index 9767995f..3ab36c64 100644 --- a/lib/philomena/http.ex +++ b/lib/philomena/http.ex @@ -12,7 +12,7 @@ defmodule Philomena.Http do end defp adapter_opts(opts) do - opts = Keyword.merge(opts, max_body: 125_000_000) + opts = Keyword.merge(opts, max_body: 125_000_000, inet6: true) case Application.get_env(:philomena, :proxy_host) do nil ->