gw1: squid: Allow access to FCOS update servers
*unifi2.pyrocufflink.blue*, which is connected to the management network, can only access the Internet via the proxy. In order for Zincati/`rpm-ostree` to automatically update the machine, the proxy needs to allow access to the FCOS update servers.frigate-exporter
parent
74e4a4d898
commit
9365fd2dd5
|
@ -12,6 +12,9 @@ squid_acl:
|
||||||
- 'port 443 # https'
|
- 'port 443 # https'
|
||||||
CONNECT:
|
CONNECT:
|
||||||
- method CONNECT
|
- method CONNECT
|
||||||
|
fcos_updates:
|
||||||
|
- dstdomain updates.coreos.fedoraproject.org
|
||||||
|
- dstdomain ostree.fedoraproject.org
|
||||||
fedora_repo:
|
fedora_repo:
|
||||||
- dstdomain mirrors.fedoraproject.org
|
- dstdomain mirrors.fedoraproject.org
|
||||||
- dstdomain dl.fedoraproject.org
|
- dstdomain dl.fedoraproject.org
|
||||||
|
@ -27,6 +30,7 @@ squid_http_access:
|
||||||
- allow localhost manager
|
- allow localhost manager
|
||||||
- deny manager
|
- deny manager
|
||||||
- deny to_localhost
|
- deny to_localhost
|
||||||
|
- allow localnet fcos_updates
|
||||||
- allow localnet fedora_repo
|
- allow localnet fedora_repo
|
||||||
- allow localnet grafana_rpm
|
- allow localnet grafana_rpm
|
||||||
- allow google_fonts
|
- allow google_fonts
|
||||||
|
|
Loading…
Reference in New Issue