wg: drop `sudo` in examples (#10557)

pull/23/head
Managor 2023-07-31 05:40:18 +03:00 committed by GitHub
parent d71eabe2b9
commit cb172c61df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
- Check status of currently active interfaces:
`wg`
`sudo wg`
- Generate a new private key:
@ -21,4 +21,4 @@
- Show the current configuration of a wireguard interface:
`wg showconf {{wg0}}`
`sudo wg showconf {{wg0}}`