Added modprobe doc for raspbian, fixes #2

This commit is contained in:
Quentin McGaw
2018-06-01 15:02:07 -04:00
parent ede5979541
commit 56121106a9
2 changed files with 8 additions and 2 deletions

View File

@@ -53,6 +53,12 @@ Cloudflare **DNS 1.1.1.1 over TLS** is used to connect to any PIA server for mul
mknod /dev/net/tun c 10 200
insmod /lib/modules/tun.ko
```
On Raspbian, simply run:
```bash
sudo modprobe tun
```
1. Create a network to be used by this container and other containers connecting to it with: