From: Wayne Davison Date: Sat, 15 Sep 2007 15:50:59 +0000 (+0000) Subject: Added more local-network IPs to the "hosts allow" rsyncd config X-Git-Tag: v3.0.0pre1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73eed8563d21ef9ce83725cb09a3c2e14a40dbe;p=thirdparty%2Frsync.git Added more local-network IPs to the "hosts allow" rsyncd config so that the FreeBSD machine in the compile farm can test. --- diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index eaad40a3..e5ae719f 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -234,7 +234,7 @@ build_rsyncd_conf() { pid file = $pidfile use chroot = no -hosts allow = localhost 127.0.0.1 10.0.1.2 $hostname +hosts allow = localhost 127.0.0.0/24 192.168.0.0/16 10.0.0.0/8 $hostname log file = $logfile log format = %i %h [%a] %m (%u) %l %f%L transfer logging = yes