ngoduykhanh / wireguard-ui

Wireguard web interface
MIT License
4.26k stars 524 forks source link

Syntax of 'Endpoint' in client-config not clear #607

Open Arnd-At-Blender opened 4 months ago

Arnd-At-Blender commented 4 months ago

I had tried to get a connection running between a pfsense+wg and a wireguard-ui+wg machine.

Using the wg-ui tool I set up a client (peer) profile and noticed that for some reason the wg0.conf file became invalid. It turned out that the 'Endpoint' value requires a port to be specified as well (:51280) which it had not done and caused the config-reload to fail and wg interfaces to not be built.

Using 0.6.2 on Hetzner