From 5f8da70ffddb3ef1572b9e685eb80f1f5913dc1b Mon Sep 17 00:00:00 2001 From: lemoer Date: Wed, 29 Dec 2021 12:39:34 +0100 Subject: [PATCH] docs: adjust example site.conf --- contrib/ci/minimal-site/site.conf | 2 +- docs/multidomain-site-example/site.conf | 2 +- docs/site-example/site.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/ci/minimal-site/site.conf b/contrib/ci/minimal-site/site.conf index 3f7373f6..62a5bc3a 100644 --- a/contrib/ci/minimal-site/site.conf +++ b/contrib/ci/minimal-site/site.conf @@ -93,7 +93,6 @@ mesh_vpn = { -- enabled = true, - mtu = 1312, fastd = { -- Refer to https://fastd.readthedocs.io/en/latest/ to better understand @@ -101,6 +100,7 @@ -- List of crypto-methods to use. methods = {'salsa2012+umac'}, + mtu = 1312, -- configurable = true, -- syslog_level = 'warn', diff --git a/docs/multidomain-site-example/site.conf b/docs/multidomain-site-example/site.conf index 25eaeb69..fc5298f7 100644 --- a/docs/multidomain-site-example/site.conf +++ b/docs/multidomain-site-example/site.conf @@ -20,10 +20,10 @@ }, mesh_vpn = { - mtu = 1312, fastd = { methods = {'salsa2012+umac'}, + mtu = 1312, }, bandwidth_limit = { diff --git a/docs/site-example/site.conf b/docs/site-example/site.conf index bd7a9a15..538a8c3e 100644 --- a/docs/site-example/site.conf +++ b/docs/site-example/site.conf @@ -105,7 +105,6 @@ mesh_vpn = { -- enabled = true, - mtu = 1312, fastd = { -- Refer to https://fastd.readthedocs.io/en/latest/ to better understand @@ -113,6 +112,7 @@ -- List of crypto-methods to use. methods = {'salsa2012+umac'}, + mtu = 1312, -- configurable = true, -- syslog_level = 'warn',