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 = {
|
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