mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Fix formatting
This commit is contained in:
parent
beb9707663
commit
80f4ee8933
1 changed files with 1 additions and 3 deletions
|
@ -51,9 +51,7 @@ sudo dnf install kmod-wireguard wireguard-tools
|
|||
|
||||
* Create file `/etc/wireguard/wg0.conf` with contents of the client config generated by the script (copy paste from server).
|
||||
|
||||
* Connect:
|
||||
|
||||
systemctl start wg-quick@wg0.service
|
||||
* Connect: `systemctl start wg-quick@wg0.service`
|
||||
|
||||
* Verify your public IP has changed to the server's IP, e.g.: `curl https://ident.me`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue