diff --git a/src/Client.php b/src/Client.php index 10d3bcc..d739c60 100644 --- a/src/Client.php +++ b/src/Client.php @@ -19,6 +19,7 @@ public function __construct() $this->guzzle = new Guzzle([ 'base_uri' => config('entree-arp-service.arp_service_url', 'https://arpservice.entree.kennisnet.nl/v2/arp/'), 'timeout' => 5.0, + 'force_ip_resolve' => 'v4', 'headers' => [ 'apiKey' => $this->apiKey, ],