bmcgonag / Vector

Wireguard Server-side Web-based User Interface
45 stars 9 forks source link

The client configuration file is incorrect. #16

Open bodzio4749 opened 4 years ago

bodzio4749 commented 4 years ago

Both QRCode and downloaded files are wrong:

  1. The public key of the server is default/cached one, and doesn't reflect value of publickey generated by Wireguard.
  2. Both,the port of the Endpoint field is also incorrect and ignores the manual setup value
  3. Both, the port number invalid in [Interface] portion provided to client. Instead of assigned by UI value has "Address = /22,/112", The web UI still shows the incorrect "automatically" assigned value for the client.
  4. I assume that the private key for the client is to be replaced and is included as a place holder. I would imagine that this should be make more obvious to the user interface. Sorry, for the multiple issues, but I figure it will be easier to track and fix them one by one. 🙄