Update README.md

pull/62/head
Kris 4 years ago committed by GitHub
parent abfe778159
commit 05d37d6a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save