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
parent
19009bde1a
commit
b96164ce11
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue