docs: user/site: change peer limit in example fastd config to 1
Change the limit to match our recommendation in the site-example.
This commit is contained in:
parent
10f7a88ba9
commit
627e6b7b81
@ -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