add the caller ip into rsync hosts allow list

This commit is contained in:
zhouhaibing089
2017-08-21 15:30:40 +08:00
committed by haibzhou
parent e633a1604f
commit ca76002e89
2 changed files with 2 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ port = 8730
numeric ids = true
$USER_CONFIG
hosts deny = *
hosts allow = ${ALLOW}
hosts allow = ${ALLOW} ${ALLOW_HOST-}
auth users = k8s
secrets file = ${SECRETS}
read only = false