diff --git a/config/ROUTER_CONFIG.json5 b/config/ROUTER_CONFIG.json5 index d425fa6..fc25a75 100644 --- a/config/ROUTER_CONFIG.json5 +++ b/config/ROUTER_CONFIG.json5 @@ -26,6 +26,7 @@ gossip: { /// Whether gossip scouting is enabled or not enabled: true, + multihop: true, }, }, diff --git a/config/SESSION_CONFIG.json5 b/config/SESSION_CONFIG.json5 index 17fd660..b70360d 100644 --- a/config/SESSION_CONFIG.json5 +++ b/config/SESSION_CONFIG.json5 @@ -34,6 +34,7 @@ /// Enable gossip. gossip: { enabled: true, + multihop: true, }, },