Skip to main content

Snasphot or Stream SDK#

IP Addresses#

Platerecognizer servers for license validation use this URL https://api.platerecognizer.com/

  1. IP of api.platerecognizer.com: 69.164.223.138 and 2600:3c03:1::45a4:df8a
  2. IP of app.platerecognizer.com: 172.104.25.230 and 2600:3c03::f03c:91ff:feaa:979f
tip

If your firewall also blocks public DNS resolvers, include this option to your run command:
--add-host api.platerecognizer.com:69.164.223.138

Custom Root Certificates#

If your company inspects TLS connections in the corporate network, so original certificates are replaced by your company certificates.
You need to add your company CA certificate to the container's root CA certificates by including these options in the run command:
-v <company-preconfigured-CA-certs>:/etc/ssl/certs/ca-certificates.crt
-e REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt

Replace <company-preconfigured-CA-certs> with your CA certificates, Typical CA certs locations:

  1. /etc/ssl/certs/ca-certificates.crt Debian/Ubuntu/Gentoo etc.
  2. /etc/pki/tls/certs/ca-bundle.crt Fedora/RHEL 6
  3. /etc/ssl/ca-bundle.pem OpenSUSE
  4. /etc/pki/tls/cacert.pem OpenELEC
  5. /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem CentOS/RHEL7/RHEL8

ParkPow#

IP Addresses#

  1. IP of app.parkpow.com: 45.79.136.82 and 2600:3c03::f03c:92ff:fe92:4b7b

Docker Registry#

For downloading and updating images

IP Addresses#

The Base URL is https://registry-1.docker.io/ There isn’t a published list of IPs that the official registry uses.
They aren’t guaranteed to stay the same and aren’t guaranteed, unfortunately.