gw1: Allow rpm.grafana.com via proxy

In order to install Promtail on machines (e.g. *unifi1*) that do not
have direct access to the Internet.
frigate-exporter
Dustin 2024-02-22 20:40:51 -06:00
parent 19009bde1a
commit b96164ce11
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@ squid_acl:
google_fonts: google_fonts:
- dstdomain fonts.googleapis.com - dstdomain fonts.googleapis.com
- dstdomain fonts.gstatic.com - dstdomain fonts.gstatic.com
grafana_rpm:
- dstdomain rpm.grafana.com
squid_http_access: squid_http_access:
- 'deny !Safe_ports' - 'deny !Safe_ports'
@ -26,6 +28,7 @@ squid_http_access:
- deny manager - deny manager
- deny to_localhost - deny to_localhost
- allow localnet fedora_repo - allow localnet fedora_repo
- allow localnet grafana_rpm
- allow google_fonts - allow google_fonts
- deny all - deny all