gw1/squid: Allow Invoice Ninja to Stripe API
HLC uses Invoice Ninja Stripe integration to process credit card payments from parents.frigate-exporter
parent
ed22f6311c
commit
805a900f8a
|
@ -7,6 +7,8 @@ squid_acl:
|
||||||
- 'src fe80::/10 # RFC 4291 link-local (directly plugged) machines'
|
- 'src fe80::/10 # RFC 4291 link-local (directly plugged) machines'
|
||||||
trusted:
|
trusted:
|
||||||
- src 172.30.0.0/26
|
- src 172.30.0.0/26
|
||||||
|
kubernetes:
|
||||||
|
- src 172.30.0.160/28
|
||||||
SSL_ports:
|
SSL_ports:
|
||||||
- port 443
|
- port 443
|
||||||
Safe_ports:
|
Safe_ports:
|
||||||
|
@ -32,6 +34,8 @@ squid_acl:
|
||||||
- dstdomain fonts.gstatic.com
|
- dstdomain fonts.gstatic.com
|
||||||
grafana_rpm:
|
grafana_rpm:
|
||||||
- dstdomain rpm.grafana.com
|
- dstdomain rpm.grafana.com
|
||||||
|
stripe_api:
|
||||||
|
- dstdomain api.stripe.com
|
||||||
|
|
||||||
squid_http_access:
|
squid_http_access:
|
||||||
- 'deny !Safe_ports'
|
- 'deny !Safe_ports'
|
||||||
|
@ -45,6 +49,7 @@ squid_http_access:
|
||||||
- allow google_fonts
|
- allow google_fonts
|
||||||
- allow trusted kickstart
|
- allow trusted kickstart
|
||||||
- allow trusted dch_repo
|
- allow trusted dch_repo
|
||||||
|
- allow kubernetes stripe_api
|
||||||
- deny all
|
- deny all
|
||||||
|
|
||||||
squid_cache_dir:
|
squid_cache_dir:
|
||||||
|
|
Loading…
Reference in New Issue