Added more local-network IPs to the "hosts allow" rsyncd config
authorWayne Davison <wayned@samba.org>
Sat, 15 Sep 2007 15:50:59 +0000 (15:50 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 15 Sep 2007 15:50:59 +0000 (15:50 +0000)
so that the FreeBSD machine in the compile farm can test.

testsuite/rsync.fns

index eaad40a..e5ae719 100644 (file)
@@ -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