Only allow fedora-compose0 from RHIT ips
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
616d5b3f3d
commit
f0d37d9f4c
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ refuse options = checksum
|
|||
list = no
|
||||
uid = nobody
|
||||
gid = nobody
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
#hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
hosts allow = 10.0.0.0/8, 209.132.0.0/16
|
||||
|
||||
|
||||
# For distributing applications
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue