aports/config/fastd/fastd.conf

15 lines
422 B
Plaintext

interface "tunptp0";
method "salsa2012+umac";
bind any:2190;
log to syslog level info;
# TODO: Find a better way to define this (per-host /etc/network/interfaces?)
on up "
ip -6 addr add fd8a:6111:3b1a:dddd::1/64 scope global dev $INTERFACE
ip -6 route add fd8a:6111:3b1a:dddd::1/64 dev $INTERFACE protocol static
ip link set $INTERFACE up
";
include "/etc/redxen/fastd-peerkey/secret.conf";
include peers from "peers";