mirror of
https://github.com/pirate/wireguard-docs.git
synced 2026-01-23 02:15:13 +00:00
Update README.md
This commit is contained in:
parent
abfe778159
commit
05d37d6a3e
1 changed files with 6 additions and 3 deletions
|
|
@ -520,16 +520,19 @@ ip route get 192.0.2.3
|
||||||
#### Logs
|
#### Logs
|
||||||
|
|
||||||
To enable additional logging run:
|
To enable additional logging run:
|
||||||
```modprobe wireguard
|
```bash
|
||||||
|
modprobe wireguard
|
||||||
echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control
|
echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control
|
||||||
```
|
```
|
||||||
|
|
||||||
To follow logs:
|
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.
|
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
|
reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue