Removes the allowed-ip at the given idx
.
This shifts all following entries one index down.
It is a bug trying to modify a sealed WireGuardPeer instance.
this |
the unsealed WireGuardPeer instance |
idx |
the index from zero to (allowed-ips-len - 1) to retrieve. If the index is out of range, false is returned and nothing is done. |
true if |