Commit 893050fa authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try to get two more lines in vcc_acl.c



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3254 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 77abb574
......@@ -60,7 +60,7 @@ varnish v1 -vcl {
backend b { .host = "127.0.0.1"; }
acl a {
! "10.1.3";
("en.lille.nisse.rejste");
("en.lille.nisse.rejste" / 22);
(!"en.lille.nisse.rejste");
}
sub vcl_recv { if (client.ip ~ a) { pass; } }
......@@ -88,6 +88,7 @@ varnish v1 -vcl {
"10.1.4"/25;
"10.2.66"/23;
! "10.2.64"/23;
"10.2.68"/23;
}
sub vcl_recv { if (client.ip ~ a) { pass; } }
}
......
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