Check out my first novel, midnight's simulacra!

Wireguard: Difference between revisions

From dankwiki
(Created page with "==Debugging== <tt>echo module wireguard +p |sudo tee /sys/kernel/debug/dynamic_debug/control</tt> output will now show up in the journal.")
 
No edit summary
Line 2: Line 2:
<tt>echo module wireguard +p |sudo tee /sys/kernel/debug/dynamic_debug/control</tt>
<tt>echo module wireguard +p |sudo tee /sys/kernel/debug/dynamic_debug/control</tt>


output will now show up in the journal.
output will now show up in the journal. Disable with <tt>-p</tt>.

Revision as of 09:37, 6 January 2021

Debugging

echo module wireguard +p |sudo tee /sys/kernel/debug/dynamic_debug/control

output will now show up in the journal. Disable with -p.