Limit number of connected peers 1
It should be recommended to set the limit number of connected peers to `1` to minimize background traffic in larger networks
This commit is contained in:
parent
10f7a88ba9
commit
f2732a514f
@ -177,7 +177,7 @@ fastd_mesh_vpn
|
|||||||
groups = {
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
-- Limit number of connected peers from this group
|
-- Limit number of connected peers from this group
|
||||||
limit = 2,
|
limit = 1,
|
||||||
peers = {
|
peers = {
|
||||||
peer1 = {
|
peer1 = {
|
||||||
key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
||||||
|
Loading…
Reference in New Issue
Block a user