r2354 - trunk/varnish-cache/man

ssm at projects.linpro.no ssm at projects.linpro.no
Fri Jan 18 08:35:17 CET 2008


Author: ssm
Date: 2008-01-18 08:35:17 +0100 (Fri, 18 Jan 2008)
New Revision: 2354

Modified:
   trunk/varnish-cache/man/vcl.7
Log:
Use 192.0.2.0/24 in our examples, this net is reserved for documentation in RFC3330

Modified: trunk/varnish-cache/man/vcl.7
===================================================================
--- trunk/varnish-cache/man/vcl.7	2008-01-16 15:15:39 UTC (rev 2353)
+++ trunk/varnish-cache/man/vcl.7	2008-01-18 07:35:17 UTC (rev 2354)
@@ -98,8 +98,8 @@
 .Bd -literal -offset 4n
 acl local {
     "localhost";         /* myself */
-    "10.0.0.1"/8;       /* and everyone on the local network */
-    ! "10.0.0.23";      /* except for the dialin router */
+    "192.0.2.0"/24;      /* and everyone on the local network */
+    ! "192.0.2.23";      /* except for the dialin router */
 }
 .Ed
 .Pp
@@ -616,7 +616,7 @@
 .Bd -literal -offset 4n
 acl purge {
         "localhost";
-        "10.0.0.1"/8;
+        "192.0.2.1"/24;
 }
 
 sub vcl_recv {




More information about the varnish-commit mailing list