#
Snasphot or Stream SDK#
IP AddressesPlaterecognizer servers for license validation use this URL https://api.platerecognizer.com/
- IP of api.platerecognizer.com: 69.164.223.138 and 2600:3c03:1::45a4:df8a
- 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 CertificatesIf 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:
/etc/ssl/certs/ca-certificates.crt
Debian/Ubuntu/Gentoo etc./etc/pki/tls/certs/ca-bundle.crt
Fedora/RHEL 6/etc/ssl/ca-bundle.pem
OpenSUSE/etc/pki/tls/cacert.pem
OpenELEC/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
CentOS/RHEL7/RHEL8
#
ParkPow#
IP Addresses- IP of app.parkpow.com: 45.79.136.82 and 2600:3c03::f03c:92ff:fe92:4b7b
#
Docker RegistryFor downloading and updating images
#
IP AddressesThe 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.