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
Issue still persists... Could Fix it temporary by changing the following Line 1507 in the Script:
# Insert the new client information into the WireGuard configuration file
#sed --in-place $((TEMP_WRITE_LINE * 6 + 11))i"${WIREGUARD_TEMPORARY_PEER_DATA}" ${WIREGUARD_CONFIG}
echo "${WIREGUARD_TEMP_NEW_CLIENT_INFO}" >>${WIREGUARD_CONFIG}
Hello, I've got the problem when adding a new peer it's inserted in the false Line and breaks another clients configuration:
Her is a Code Example:
It worked very well for a long time, but I think I made a mistake in deleting old peers, how can I fix this without reconfiguring all peers?
The text was updated successfully, but these errors were encountered: