Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 802 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 802 Bytes

fastd-verify 0.1

fastd Verification by API

Code Issues

Purpose

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.

Use in fastd

  1. Put the script somewhere it can be executed from (eg. /usr/local/bin).
  2. Configure the server to call the script like this:

on verify "/usr/local/bin/fastd-verify";

Bugs

Contact me a via e-mail at felix at freifunk-leverkusen.de

License

This software is licensed under the GPLv2 or any later version.