1
0
Fork 0
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:
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

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}}`