complexorganizations / wireguard-manager

✔️ WireGuard-Manager is an innovative tool designed to streamline the deployment and management of WireGuard VPNs. Emphasizing user-friendliness and security, it simplifies the complexities of VPN configuration, offering a robust yet accessible solution for both personal and professional use.
Other
1.65k stars 207 forks source link

fix: bug with duplicated port for additional client configurations #440

Closed vasylenko closed 5 months ago

vasylenko commented 5 months ago

This change fixes the bug that occurred when you tried to create additional client (peer) configs and got the Endpoint value in the form of "host:portport" instead of "host:port"

Related issue: #439