diff --git a/Home_Lab/SetupWireguard.md b/Home_Lab/SetupWireguard.md index ec4c020..6be7f48 100644 --- a/Home_Lab/SetupWireguard.md +++ b/Home_Lab/SetupWireguard.md @@ -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# ``` +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 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.