Skip to content
Snippets Groups Projects
Commit adf99622 authored by Paul's avatar Paul :turtle:
Browse files

fix copypasta typo meshvpn.fastd.mtu

parent 232636d1
No related branches found
No related tags found
2 merge requests!2Split into domains,!1Draft: Add ploh domain
......@@ -57,6 +57,8 @@
mesh_vpn = {
fastd = {
methods = {'null', 'salsa2012+umac'},
mtu = 1280,
groups = {
backbone = {
limit = 1,
......
......@@ -53,6 +53,8 @@
mesh_vpn = {
fastd = {
methods = {'null', 'salsa2012+umac'},
mtu = 1312,
groups = {
backbone = {
limit = 1,
......
......@@ -86,14 +86,12 @@
mesh_vpn = {
enabled = true,
pubkey_privacy = false,
mtu = 1280,
bandwidth_limit = {
enabled = false,
egress = 2000,
ingress = 4000,
},
fastd = {
methods = {'null', 'salsa2012+umac'},
configurable = true,
groups = {
backbone = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment