Kategorie:Nodes/fastd
Zur Navigation springen
Zur Suche springen
Diese Nodes haben eine VPN-Verbindung per fastd.
Es gibt ein ständig aktuelles tar-Archiv aller fastd-Schlüssel.
#!/bin/sh # get current peer key files cd /etc/fastd/ffki-mesh-vpn/peers/ rm * wget http://freifunk.in-kiel.de/fastd-peers.tar.cgi tar xf fastd-peers.tar.cgi rm fastd-peers.tar.cgi # throw away all those without "remote" address find -type f | while read f ; do grep remote "$f" || rm "$f" ; done
Diese Kategorie enthält zurzeit keine Seiten oder Medien.