fastd Verification by API
This little script verifies fastd peers by calling an API using the public key of the peer as an argument. It can be used to support a scenario in which fastd peers are to be verified by a database or API backend.
- Put the script somewhere it can be executed from (eg.
/usr/local/bin
). - Configure the server to call the script like this:
on verify "/usr/local/bin/fastd-verify";
Contact me a via e-mail at felix at freifunk-leverkusen.de
This software is licensed under the GPLv2 or any later version.