Merge pull request #62 from 259095/master

pull/68/head
Nick Sweeting 3 years ago committed by GitHub
commit 90d63cbc14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -520,6 +520,26 @@ ip route show table local
ip route get 192.0.2.3
```
#### Logs
To enable additional logging run:
```bash
modprobe wireguard
echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control
```
To follow logs:
```bash
dmesg -wH
```
Systems with modern kernel and Safe Boot might require disabling Secure Boot DKMS Signature Verification to allow access to kernel logs.
```bash
mokutil --disable-verification
reboot
```
### Testing
#### Ping Speed

Loading…
Cancel
Save