Skip to content
Snippets Groups Projects
Commit 2a0ca129 authored by Jan-Philipp Litza's avatar Jan-Philipp Litza
Browse files

Merge pull request #494 from rubo77/patch-5

docs: Suggest peer limit 1 instead of 2
parents a6a281f5 be49f755
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
groups = { groups = {
backbone = { backbone = {
-- Limit number of connected peers to reduce bandwidth. -- Limit number of connected peers to reduce bandwidth.
limit = 2, limit = 1,
-- List of peers. -- List of peers.
peers = { peers = {
......
...@@ -141,7 +141,7 @@ fastd_mesh_vpn ...@@ -141,7 +141,7 @@ fastd_mesh_vpn
mtu = 1426, mtu = 1426,
groups = { groups = {
backbone = { backbone = {
limit = 2, limit = 1,
peers = { peers = {
peer1 = { peer1 = {
key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
......
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