version 1.1, 2013/10/14 07:51:14
|
version 1.1.1.2, 2021/03/17 00:32:36
|
Line 4 foreground = no
|
Line 4 foreground = no
|
pid = /var/run/stunnel-rsyncd.pid |
pid = /var/run/stunnel-rsyncd.pid |
socket = l:TCP_NODELAY=1 |
socket = l:TCP_NODELAY=1 |
socket = r:TCP_NODELAY=1 |
socket = r:TCP_NODELAY=1 |
compression = rle | #compression = rle |
# This must be root for rsync to use chroot -- rsync will drop permissions: |
# This must be root for rsync to use chroot -- rsync will drop permissions: |
setuid = root |
setuid = root |
setgid = root |
setgid = root |
Line 18 client = no
|
Line 18 client = no
|
|
|
# To allow anyone to try an ssl connection, use this: |
# To allow anyone to try an ssl connection, use this: |
verify = 0 |
verify = 0 |
CAfile = /etc/ssl/ca-bundle.pem | CAfile = /etc/ssl/certs/ca-certificates.crt |
|
|
# To allow only cert-authorized clients, use something like this instead of the above: |
# To allow only cert-authorized clients, use something like this instead of the above: |
#verify = 3 |
#verify = 3 |