donaldzou / WGDashboard

Simple dashboard for WireGuard VPN written in Python & Vue.js
https://donaldzou.github.io/WGDashboard-Documentation/
Apache License 2.0
1.65k stars 254 forks source link

Return of Endpoint IP #383

Closed exvbrn closed 2 weeks ago

exvbrn commented 2 months ago

Is it possible to return Endpoint IP to the cards of connected users as it was in version 3? This would make it much easier to track users if they are not assigned names. Or make this function switchable depending on the needs?

DaanSelen commented 1 month ago

You mean instead of the names in v4 you'd like to see the IP addresses as a identifier?

donaldzou commented 1 month ago

I think what @exvbrn means showing the Peer's actual IP address on the UI (I had that back in v3)

exvbrn commented 1 month ago

I think what @exvbrn means showing the Peer's actual IP address on the UI (I had that back in v3)

Yeah, that's what i meant

donaldzou commented 2 weeks ago

Yesss this is in the latest version

Screenshot 2024-11-12 at 10 50 22 PM

exvbrn commented 2 weeks ago

Yesss this is in the latest version

Many thanks!