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'
|
||||
trusted:
|
||||
- src 172.30.0.0/26
|
||||
kubernetes:
|
||||
- src 172.30.0.160/28
|
||||
SSL_ports:
|
||||
- port 443
|
||||
Safe_ports:
|
||||
|
@ -32,6 +34,8 @@ squid_acl:
|
|||
- dstdomain fonts.gstatic.com
|
||||
grafana_rpm:
|
||||
- dstdomain rpm.grafana.com
|
||||
stripe_api:
|
||||
- dstdomain api.stripe.com
|
||||
|
||||
squid_http_access:
|
||||
- 'deny !Safe_ports'
|
||||
|
@ -45,6 +49,7 @@ squid_http_access:
|
|||
- allow google_fonts
|
||||
- allow trusted kickstart
|
||||
- allow trusted dch_repo
|
||||
- allow kubernetes stripe_api
|
||||
- deny all
|
||||
|
||||
squid_cache_dir:
|
||||
|
|
Loading…
Reference in New Issue