wok annotate rsync/stuff/etc/rsyncd.conf @ rev 25074

Add python-ipaddress
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 13 19:39:39 2022 +0000 (2022-06-13)
parents e67f0b59c2a6
children
rev   line source
al@19161 1 # /etc/rsyncd.conf: Rsync daemon configuration file.
pankso@8 2 #
pankso@8 3
pankso@8 4 max connections = 2
pankso@8 5 use chroot = yes
pankso@8 6 #motd file = /etc/rsyncd.motd
pankso@8 7 pid file = /var/run/rsyncd.pid
pankso@8 8
pankso@8 9 # Deny/allow hosts by IP.
pankso@8 10 #
pankso@8 11 #hosts allow = 192.168.1.100/255.255.0.0
pankso@8 12 #hosts deny = *
pankso@8 13
pankso@8 14 [web-server]
pankso@8 15 path = /var/www
pankso@8 16 comment = WWW rsync module
pankso@8 17 exclude = cgi-bin/
pascal@513 18 # secrets file = /etc/rsyncd.secrets
pankso@8 19