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 = {
|
||||
backbone = {
|
||||
-- Limit number of connected peers from this group
|
||||
limit = 2,
|
||||
limit = 1,
|
||||
peers = {
|
||||
peer1 = {
|
||||
key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
||||
|
Loading…
Reference in New Issue
Block a user