This commit is contained in:
Quentin McGaw
2020-05-03 16:28:59 +00:00
parent 754bab9763
commit 89187b6b86
2 changed files with 10 additions and 15 deletions

View File

@@ -79,6 +79,16 @@
- If you have a host or router firewall, please refer [to the firewall documentation](https://github.com/qdm12/private-internet-access-docker/blob/master/doc/firewall.md)
1. On some devices such as Synology or Qnap machines, it's required to setup your tunnel device `/dev/net/tun` on your host:
```sh
insmod /lib/modules/tun.ko
# or
modprobe tun
```
You can verify it's here with `ls /dev/net`
1. Launch the container with:
```bash