Commit c85c4ecb authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Another recursive resolver breaking m11

Something DNS always breaks when I join a new network.
parent 8eb2e4e5
......@@ -37,7 +37,7 @@ varnish v1 -vcl+backend {
set resp.http.port4 = std.port(debug.get_ip());
std.timestamp("2001:db8::");
debug.store_ip(std.ip("2001::db8::", "[::1]"));
debug.store_ip(std.ip("2001::db8::", "[::1]", resolve = false));
set resp.http.ip5 = debug.get_ip();
set resp.http.port5 = std.port(debug.get_ip());
std.timestamp("2001::db8::");
......
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