-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WGDashboard] wg2 Error: '[Peer]' is not in list #328
Comments
Hi Daan, this is intended for debugging use.. I threw this error so that we know which one is empty :) and this error won't crash the dashboard. |
True. |
I just noticed because of this:
Is there a way you can remove this from |
Yes, I can just have it to check if the flask app is ran in |
Thanks! Love to hear it when you have an update. |
Fixed :) |
This error:
Gets thrown for a configuration file like these:
root@61ac0ba87325:/etc/wireguard# cat wg2.conf [Interface] PrivateKey = gDKd1e1QLxQyfUr+5YT6haE0Rig7wBE4kfox1NToT3c= Address = 10.0.2.0/24 ListenPort = 51822 PreUp = PreDown = PostUp = PostDown = SaveConfig = true
But this is just a newly created or added interface so why is there an error reporting for the peers? An empty interface could also exist. Right?
The text was updated successfully, but these errors were encountered: