aports/config/fastd/fastd.conf

17 lines
318 B
Plaintext

interface "crxn0";
method "salsa2012+umac";
bind any:2190;
secret "";
on up "
ip -6 addr add fd8a:6111:3b1a:dddd::X/64 scope global dev $INTERFACE
ip -6 route add fd8a:6111:3b1a:dddd::X/64 dev $INTERFACE protocol static
ip link set $INTERFACE up
";
peer "peer0"
{
remote ipv6 "" port 2190;
key "";
}