Appends allowed_ip setting to the list.
This does not check for duplicates and always appends allowed_ip to the end of the list. If allowed_ip is
valid, it will be normalized and a modified for might be appended. If allowed_ip is invalid, it will still be appended, but
later verification will fail.
It is a bug trying to modify a sealed WireGuardPeer instance.
| this |
the unsealed WireGuardPeer instance |
| allowed_ip |
the allowed-ip entry to set. |
| accept_invalid |
if true, also invalid |
|
true if the value is a valid allowed-ips value, false
otherwise. Depending on |