Add support or forwarding rsynd protokoll from local networks.

This commit is contained in:
2019-06-13 13:03:53 +02:00
parent 7b34fa3222
commit aead4e0ba8
4 changed files with 75 additions and 4 deletions

View File

@ -1005,6 +1005,10 @@ rsync_ports="873"
# -
local_rsync_out=false
# - forward rsync out for all machine's behind the firewall?
# -
forward_rsync_out=false
# =============

View File

@ -972,6 +972,10 @@ rsync_ports="873"
# -
local_rsync_out=false
# - forward rsync out for all machine's behind the firewall?
# -
forward_rsync_out=false
# =============