summaryrefslogtreecommitdiff
path: root/roles/install_fastd/templates/fastd.conf.j2
blob: 9d8a42b9d449666b247228e53ca7713fcbd20916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
log to syslog level info;
interface "ffmyk-mesh-vpn";
method "salsa2012+gmac";
method "salsa2012+umac";
secure handshakes yes;
bind any:10000;
hide ip addresses yes;
hide mac addresses yes;
mtu 1280;
peer group "clients" {
	include peers from "peers";
	peer limit {{ fastd_peer_limit }};
}
include peers from "backbone";
secret "{{ fastd_secret }}";
on up "/etc/fastd/ffmyk/bin/up.sh $INTERFACE";
status socket "/run/ffmyk.socket";