Maybe this inconveniency has an easy fix.... #389
proper-camel-case
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
I edited the WG config only through the GUI of HA and it refused to work completely. Only once did I have a working connection, and this was when some minor bug allowed me to enter improper values by accident and it stopped working after restart.
When I turned on logging to "trace" and looked at the logs, I got the impression that I was not passing in some parameters of the peer config properly from the python dicts generated by the GUI. These were the lines for allowed_ips, which I had set to the catchalls 0.0.0.0/0 from the GUI
So I edited the config in YAML and changed those lines to empty lists [] and everything is suddenly fine.
Beta Was this translation helpful? Give feedback.
All reactions