From d0e9cc2c95e521ac2224e5137446c7562e7e07c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Sat, 2 Jul 2011 19:49:07 +0000 Subject: [PATCH] Add documentation for IP addresses in hostalias Previous commit added support for IP addresses in the hostalias file but I forgot to update the documentation in sarg.conf. --- sarg.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sarg.conf b/sarg.conf index dcfda71..74caf33 100644 --- a/sarg.conf +++ b/sarg.conf @@ -739,8 +739,8 @@ # host name found in the log. # Host names replaced by identical aliases are grouped together in the # reports. -# IP addresses are processed as string. There is no support for CIDR -# notation. +# IP addresses are supported and accept the CIDR notation both for IPv4 and +# IPv6 addresses. # # Example: # *.gstatic.com @@ -749,5 +749,5 @@ # *.myphone.microsoft.com:443 *.myphone.microsoft.com:secure # *.freeav.net antivirus:freeav # *.mail.live.com -# 65.55.33.119 *.mail.live.com +# 65.52.00.00/14 *.mail.live.com #hostalias /usr/local/sarg/hostalias -- 2.47.2