Skip to content

Instantly share code, notes, and snippets.

@schlady
Last active July 31, 2016 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schlady/ecca68c045aab4b1a05031109bb1f604 to your computer and use it in GitHub Desktop.
Save schlady/ecca68c045aab4b1a05031109bb1f604 to your computer and use it in GitHub Desktop.
fastd config
log level warn;
hide ip addresses yes;
hide mac addresses yes;
interface "hgwVPN";
method "salsa2012+umac"; # new method (faster)
method "salsa2012+gmac";
method "null+salsa2012+umac";
method "null+salsa2012+gmac";
# Bind von v4 and v6 interfaces
# bind 212.47.252.248:10000; # use internal IP on scaleway
bind 10.2.63.209:10000;
bind [2001:bc8:4400:2100::9:419]:10000;
include "secret.conf";
# mtu 1406; # 1492 - IPv4/IPv6 Header - fastd Header...
mtu 1426;
include peers from "peers";
status socket "/var/run/fastd-ffhgw.status";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment