docs: Suggest peer limit 1 instead of 2

This commit is contained in:
Ruben Barkow 2015-09-12 17:32:31 +02:00 committed by ruben
parent a71ab2fb72
commit be49f755c7
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@
groups = {
backbone = {
-- Limit number of connected peers to reduce bandwidth.
limit = 2,
limit = 1,
-- List of peers.
peers = {

View File

@ -141,7 +141,7 @@ fastd_mesh_vpn
mtu = 1426,
groups = {
backbone = {
limit = 2,
limit = 1,
peers = {
peer1 = {
key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',