您的位置:首页 > 运维架构 > 反向代理

Squid configuration for rsync proxy --- rsync 代理设置及squid代理服务器相关配置

2015-06-09 14:32 1611 查看

Squid configuration for rsync proxy

To allow RSYNC proxy via Squid, edit squid.conf file:

add 873 to acl SSL_ports port list

add 873 to acl Safe_ports port list

if you want proxy without password, add host at which rsync is running to acl allowed_hosts list

An example:

acl SSL_ports port 443 563 873  # 873 - for rsync
acl Safe_ports port 873         # for rsync
acl allowed_hosts src 192.168.1.0/24 # trusted host


——————————————————————————————————————————————————————

Set client

export RSYNC_PROXY="Squid_IP:port"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: