Fix formatting

This commit is contained in:
Danila Vershinin 2020-12-12 00:13:14 +03:00 committed by GitHub
parent beb9707663
commit 80f4ee8933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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