append_allowed_ip
Description:
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.
Parameters:
this |
the unsealed WireGuardPeer instance |
allowed_ip |
the allowed-ip entry to set. |
accept_invalid |
if true, also invalid |
Returns:
true if the value is a valid allowed-ips value, false otherwise.
Depending on |