Daniel
Daniel
Hey @milahu, should we clean this up and merge?
I never looked into how WireGuard handles MTU so I can't really answer your questions. Does your setup work with the regular `wg-quick`? Then the easiest solution would probably be...
The fix for HKU/HKCU was merged with #1638.
Hey you're totally right, I added the missing part. But I'm not sure if something else is still missing, because I couldn't test it yet. Probably should've marked the PR...
The PR for Channel Binding in LDAP3 was merged: https://github.com/cannatag/ldap3/pull/1087
Do you know a library that can parse them? Previously I had a go with [pythons built-in ini parser](https://docs.python.org/3/library/configparser.html), but it doesn't handle repeated sections.
Maybe you can hack something together?
I wont work on this feature myself, because I don't have a use case for it, but I welcome every pull request.
It should be relatively easy to implement by adding the relevant field at https://github.com/dadevel/alertmanager-signal-receiver/blob/c78aecc9c2df4bfe72fe5c269e9da3cde3f1a1ba/message/message.go#L55
Hi, signal-receiver currently doesn't support grouping, but generally web hooks support grouping, so it could be implemented. It would be great if you open a PR, otherwise I can look...