1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-05-31 18:50:47 +00:00

iOS client instructions

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

View File

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