Addresses and Certificates
#
Snasphot or Stream SDK#
IP AddressesPlaterecognizer servers for license validation use the following IPs and ports 80
and 443
.
- IP of api.platerecognizer.com:
69.164.223.138
and2600:3c03:1::45a4:df8a
- IP of app.platerecognizer.com:
172.104.25.230
and2600: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
#
Snapshot/ParkPow Cloud ImagesImages uploaded to our services are hosted on *.linodeobjects.com
. Fox example, us-east-1.linodeobjects.com (IP: 173.255.231.96).
#
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
and2600:3c03::f03c:92ff:fe92:4b7b
#
Docker RegistryFor downloading and updating Docker images. These are Docker images (virtual machine templates) and not snapshots (jpg files).
#
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.