Added additional info in step 4

This commit is contained in:
Tristan Ancelet 2023-11-26 15:58:22 -06:00
parent 45c6174d27
commit 4d45306dcf

View File

@ -110,6 +110,8 @@ Here is where you will setup a service to make sure your wg iterface will be res
systemctl enable wg-quick@wg# systemctl enable wg-quick@wg#
``` ```
Note: For a distro using another init system (initrc, openrc, sysvinit, etc) you will need to either implement it as an ifup/ifdown script or some other way.
### Step 4: Deploy on client and server ### Step 4: Deploy on client and server
This is simple. You just have to put the config we generated in step 2 in the /etc/wireguard directory as wg#.conf (with # being the wireguard interface number (can be anything)) on both the server and client. This is simple. You just have to put the config we generated in step 2 in the /etc/wireguard directory as wg#.conf (with # being the wireguard interface number (can be anything)) on both the server and client.