Merge pull request #494 from rubo77/patch-5
docs: Suggest peer limit 1 instead of 2
This commit is contained in:
commit
2a0ca129d2
@ -94,7 +94,7 @@
|
||||
groups = {
|
||||
backbone = {
|
||||
-- Limit number of connected peers to reduce bandwidth.
|
||||
limit = 2,
|
||||
limit = 1,
|
||||
|
||||
-- List of peers.
|
||||
peers = {
|
||||
|
@ -141,7 +141,7 @@ fastd_mesh_vpn
|
||||
mtu = 1426,
|
||||
groups = {
|
||||
backbone = {
|
||||
limit = 2,
|
||||
limit = 1,
|
||||
peers = {
|
||||
peer1 = {
|
||||
key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
||||
|
Loading…
Reference in New Issue
Block a user