Commit 827f3759 authored by Nils Goroll's avatar Nils Goroll

localhost is not localhost on FreeBSD/12.1 vtest boxes

This test was failing before silently: It seems these vtest machines do
not resolve localhost to the address passed as the localhost define to
vtest, so use the latter in order to stabilize.
parent e2006b18
......@@ -48,7 +48,7 @@ client c1 {
varnish v1 -vcl+backend {
acl acl1 {
! "localhost";
! "${localhost}";
"0.0.0.0" / 0;
"::" / 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment