+ + - Allow outbound TCP 853 to 1.1.1.1 to allow Unbound to resolve the PIA domain name at start. You can then block it once the container is started. + - For UDP strong encryption, allow outbound UDP 1197 + - For UDP normal encryption, allow outbound UDP 1198 + - For TCP strong encryption, allow outbound TCP 501 + - For TCP normal encryption, allow outbound TCP 502 + +
+ + - If you have a ARM 32 bit v6 architecture + + ```sh + docker build -t qmcgaw/ddns-updater \ + --build-arg BASE_IMAGE=arm32v6/alpine \ + https://github.com/qdm12/private-internet-access-docker.git + ``` + + - If you have a ARM 32 bit v7 architecture + + ```sh + docker build -t qmcgaw/ddns-updater \ + --build-arg BASE_IMAGE=arm32v7/alpine \ + https://github.com/qdm12/private-internet-access-docker.git + ``` + + - If you have a ARM 64 bit v8 architecture + + ```sh + docker build -t qmcgaw/ddns-updater \ + --build-arg BASE_IMAGE=arm64v8/alpine \ + https://github.com/qdm12/private-internet-access-docker.git + ``` + +