Replies: 5 comments 3 replies
-
1- Yes and no! To facilitate troubleshooting, I made something similar to "latest handshake". Making traffic consistent across reboots, would require something similar to this, but, with a lot more complications. I would at least need to track service restart and make the traffic for that service session permanent, and later combine with previous values. Also, when displaying the traffic in the web interface, I would need to always sum with the stored values. It's quite complicated and time consuming to make it right, but not impossible. 2- the wireguard_webadmin users are not designed to allow view/manage a specific peer (or group of peers) only. I can see 3 scenarios here: A) creating an endpoint that would return a json (or html) information for an specific peer The option C) would introduce some unnecessary complications to wireguard_webadmin. Well, let me know what you are trying to achieve and tell me more about your use case. Maybe we can think something together. Cheers |
Beta Was this translation helpful? Give feedback.
-
It would be an interesting solution from the point of view of client statistics. However, if it is a lot of work, you don't have to waste your precious time on it. Your app is great anyway. |
Beta Was this translation helpful? Give feedback.
-
@xgusto just to let you know that now it's possible to access /api/wireguard_status/ with an API key. |
Beta Was this translation helpful? Give feedback.
-
I updated to 0.9603 and accordingly /api/wireguard_status/?key=<your_uuid_here>
I'm not a programmer, so I don't know what to do with it. |
Beta Was this translation helpful? Give feedback.
-
@xgusto this was the expected return from wireguard. |
Beta Was this translation helpful? Give feedback.
-
I have 2 questions.
If it's not possible, that's okay.
Anyway, thank you for the best costume I've ever found
Beta Was this translation helpful? Give feedback.
All reactions