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

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