Not a bug, but a feature request.
Because this seems to me the most complete pure python approach to wireguard.
- Is it possible to pick a peer by friendly name or by public key? I mean a method that returns a peer given a friendly name or a public key? Friendly names should be checked to be unique.
- Is it possible to manage a status for a peer? Active, Inactive, Banned. Something like: inactive and banned peers entries in config file are prepended by a # and a distinctive character (e.g #! for inactive, #* for banned)
These two features could be the foundation of a new set of possibilities, like inactivate idle peers and - with little additional effort - 2FA for wireguard.
Not a bug, but a feature request.
Because this seems to me the most complete pure python approach to wireguard.
These two features could be the foundation of a new set of possibilities, like inactivate idle peers and - with little additional effort - 2FA for wireguard.