From 0d9edcb6f67b1cd74bf5ae8ec9cdc7af1259960c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 13 Dec 2017 16:22:31 +0100 Subject: use ipv4 loopback address explicitly Depending on the system configuration 'loopback' can resolve to an IPv4 or IPv6 loopback address. As we bind to 127.0.0.1 use the same address here. --- pacman/pacredir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacman/pacredir b/pacman/pacredir index a1de680..0a1e1fc 100644 --- a/pacman/pacredir +++ b/pacman/pacredir @@ -1,2 +1,2 @@ # Make sure local service pacredir is running! -Server = http://localhost:7077/ +Server = http://127.0.0.1:7077/ -- cgit v1.2.3-54-g00ecf