Skip to content

Commit 54376cd

Browse files
committed
test: wg debug
1 parent b6234c3 commit 54376cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/npm-gulp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323

2424
- run: sudo wg set wg0 listen-port 51820 private-key privatekey peer V4pm4yPzVu7eaTiI6eBVaPBYovfYDQkwrK8YGSVSgSI= allowed-ips 10.0.0.1/32 endpoint 192.168.2.53:51820
2525

26-
- run: modprobe wireguard && echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control
26+
- run: sudo modprobe wireguard && echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control
27+
28+
- run: sudo cat /sys/kernel/debug/dynamic_debug/control
2729

2830
- run: sudo ip link set up dev wg0
2931

0 commit comments

Comments
 (0)