From 9c0ce8009481f44c6875902b11aded997f150bc6 Mon Sep 17 00:00:00 2001 From: Fabian Keil <fk@fabiankeil.de> Date: Mon, 5 May 2014 09:47:41 +0000 Subject: [PATCH] Add an example for a host pattern that matches an IP address --- doc/source/user-manual.sgml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 9ffa8f8f..86cd6ab8 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -36,7 +36,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.177 2014/04/21 12:04:23 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.178 2014/05/05 09:47:20 fabiankeil Exp $ Copyright (C) 2001-2013 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -62,7 +62,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 2.177 2014/04/21 12:04:23 fabiankeil Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.178 2014/05/05 09:47:20 fabiankeil Exp $</pubdate> <!-- @@ -2071,6 +2071,15 @@ for details. </para> </listitem> </varlistentry> + <varlistentry> + <term><literal>10.0.0.1/</literal></term> + <listitem> + <para> + Matches any URL with the host address <literal>10.0.0.1</literal>. + (Note that the real URL uses plain brackets, not angle brackets.) + </para> + </listitem> + </varlistentry> <varlistentry> <term><literal><2001:db8::1>/</literal></term> <listitem> -- 2.49.0