warner / wireguard-vanity-address

generate Wireguard keypairs with a given prefix string
MIT License
431 stars 32 forks source link

Search for multiple prefixes at once. #16

Open rkjnsn opened 4 years ago

rkjnsn commented 4 years ago

When generating keys for multiple machines, it would be nice to be able to specify all desired prefixes, so that any key that matches any of the prefixes is printed. This should theoretically be able to find the needed keys in less time.

warner commented 4 years ago

Oh, yeah, that's a great idea.. I'll see what I can whip up.