gw1: Allow access to DCH yum repo via proxy
Allows installing _sshca-cli-systemd_ from Kickstart.frigate-exporter
parent
c25a88bb4d
commit
93eeaaaed4
|
@ -22,6 +22,8 @@ squid_acl:
|
|||
fedora_repo:
|
||||
- dstdomain mirrors.fedoraproject.org
|
||||
- dstdomain dl.fedoraproject.org
|
||||
dch_repo:
|
||||
- url_regex files.pyrocufflink.blue/yum/.+
|
||||
google_fonts:
|
||||
- dstdomain fonts.googleapis.com
|
||||
- dstdomain fonts.gstatic.com
|
||||
|
@ -39,6 +41,7 @@ squid_http_access:
|
|||
- allow localnet grafana_rpm
|
||||
- allow google_fonts
|
||||
- allow trusted kickstart
|
||||
- allow trusted dch_repo
|
||||
- deny all
|
||||
|
||||
squid_cache_dir:
|
||||
|
|
Loading…
Reference in New Issue