14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
interface "tunptp0";
|
|
method "salsa2012+umac";
|
|
bind any:2190;
|
|
log to syslog level info;
|
|
|
|
on up "
|
|
ip -6 addr add fd53:79ad:7198::/48 scope global dev $INTERFACE
|
|
ip -6 route add fd53:79ad:7198::/48 dev $INTERFACE protocol static
|
|
ip link set $INTERFACE up
|
|
";
|
|
|
|
include "/etc/redxen/fastd-peerkey/secret.conf";
|
|
include peers from "peers";
|