Merge pull request #494 from rubo77/patch-5

docs: Suggest peer limit 1 instead of 2
This commit is contained in:
Jan-Philipp Litza 2015-09-19 15:05:55 +02:00
commit 2a0ca129d2
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',