Big refactoring (more secured, more modular)

- Region change to "CA Montreal"
- Using external data images for malicious hostnames
- Added malicious IP addresses blocking with Unbound
- Unbound has DNS rebinding protection
This commit is contained in:
Quentin McGaw
2018-10-28 14:08:14 +01:00
parent e6b5166c7f
commit 4bcaec6a33
5 changed files with 69 additions and 91 deletions

View File

@@ -81,7 +81,7 @@ A killswitch is implemented with the *iptables* firewall, only allowing traffic
docker run -d --name=pia \
--cap-add=NET_ADMIN --device=/dev/net/tun --network=pianet \
-v /yourhostpath/auth.conf:/auth.conf:ro \
-e REGION=Germany -e PROTOCOL=udp -e ENCRYPTION=normal \
-e REGION="CA Montreal" -e PROTOCOL=udp -e ENCRYPTION=normal \
qmcgaw/private-internet-access
```