mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
iOS client instructions
This commit is contained in:
parent
ded5fd3de0
commit
beb9707663
1 changed files with 11 additions and 4 deletions
15
README.md
15
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue