You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
417 B
Django/Jinja
17 lines
417 B
Django/Jinja
log to syslog level info;
|
|
interface "vpn{{ item.name }}";
|
|
method "salsa2012+gmac";
|
|
method "salsa2012+umac";
|
|
secure handshakes yes;
|
|
bind any:{{ item.fastd_port1 }};
|
|
hide ip addresses yes;
|
|
hide mac addresses yes;
|
|
mtu 1280;
|
|
peer group "clients" {
|
|
include peers from "peers";
|
|
}
|
|
secret "{{ item.fastd_secret }}";
|
|
on up "/etc/fastd/ff{{ item.name }}/bin/up.sh $INTERFACE";
|
|
status socket "/run/ff{{ item.name }}1.socket";
|
|
|