mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
wg: drop sudo
in examples (#10557)
This commit is contained in:
parent
d71eabe2b9
commit
cb172c61df
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
- Check status of currently active interfaces:
|
- Check status of currently active interfaces:
|
||||||
|
|
||||||
`wg`
|
`sudo wg`
|
||||||
|
|
||||||
- Generate a new private key:
|
- Generate a new private key:
|
||||||
|
|
||||||
|
@ -21,4 +21,4 @@
|
||||||
|
|
||||||
- Show the current configuration of a wireguard interface:
|
- Show the current configuration of a wireguard interface:
|
||||||
|
|
||||||
`wg showconf {{wg0}}`
|
`sudo wg showconf {{wg0}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue