aports/config/fastd/fastd.conf
Alex Denes 8df9fdc4ab
Reorganization, automation and more
- More templating and inheritance
- New commands
+ rx_replace
+ rx_install
+ rx_cpkgdir
- More transparency with secrets being sourced as variables and replaced
- Modularization of configs
+ telegraf
+ nginx (partial)
+ fastd
+ wireguard
+ unbound
- Split of unbound configurations and bind zones
- Bumping of key versions (rolling keys)
+ ZSK/KSK
+ OpenDKIM
- Relaxed permission defaults
and other smaller tweaks...
2021-06-01 23:17:41 +00:00

15 lines
422 B
Plaintext

interface "tunptp0";
method "salsa2012+umac";
bind any:2190;
log to syslog level info;
# TODO: Find a better way to define this (per-host /etc/network/interfaces?)
on up "
ip -6 addr add fd8a:6111:3b1a:dddd::1/64 scope global dev $INTERFACE
ip -6 route add fd8a:6111:3b1a:dddd::1/64 dev $INTERFACE protocol static
ip link set $INTERFACE up
";
include "/etc/redxen/fastd-peerkey/secret.conf";
include peers from "peers";