Skip to content

mmalte/fastdbl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

fastdbl

ffrl fastd Blacklist

Public keys listed are no longer accepted for connecting to our Networks, as a result of abuse, faulty interconnecting different Networks, and so on

Installation:

1 - cron-wget the blacklist to your fastd directory:

crontab -e

then add

*/5 * * * * wget -q -O /etc/fastd/fastd-blacklist.json https://raw.githubusercontent.com/ffruhr/fastdbl/master/fastd-blacklist.json

2 - download the Scipt and make it Xecutable:

wget -O /etc/fastd/fastd-blacklist.sh https://raw.githubusercontent.com/ffruhr/fastdbl/master/fastd-blacklist.sh
chmod +x /etc/fastd/fastd-blacklist.sh

3 - Add the following to your fastd.conf:

on verify "
  /etc/fastd/fastd-blacklist.sh $PEER_KEY
";

4 - restart your fastd and you are ready to go:

/etc/init.d/fastd restart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%