diff --git a/README.md b/README.md index 8c2891c..d26f012 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Run the script again to add or remove clients! ### RHEL 8 -Install the necessary packages: +* Install the necessary packages: ``` sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm @@ -49,13 +49,20 @@ sudo dnf config-manager --enable elrepo 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). +* Create file `/etc/wireguard/wg0.conf` with contents of the client config generated by the script (copy paste from server). -Connect: +* Connect: systemctl start wg-quick@wg0.service -Verify your public has changed to server's IP, e.g.: `curl https://ident.me` +* Verify your public IP has changed to the server's IP, e.g.: `curl https://ident.me` + +### iOS + +* Download the official WireGuard app from the App Store +* Launch the app, add configuration by option to "Create from QR code" +* On the server, launch the script to generate client configuration, give a descriptive name, e.g. "iPhone". QR code is displayed after client configuration was generated +* In iOS, scan the generated QR code ## Providers