You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is most probably our call to systemctl enable second time tries to create the wg interface which already exists. We need to move to static wg interface creation; currently we create the wg interface dynamically using wg-quick.
The reason is most probably our call to systemctl enable second time tries to create the wg interface which already exists. We need to move to static wg interface creation; currently we create the wg interface dynamically using wg-quick.