public inbox for nncp-devel@lists.stargrave.org
Atom feed
From: Hadmut Danisch <hadmut@danisch•de>
To: nncp-devel@lists.cypherpunks.su
Subject: via path question
Date: Sun, 14 Dec 2025 00:43:05 +0200	[thread overview]
Message-ID: <1bd7cce0-9268-4f12-bac6-7c7143646e3f@danisch.de> (raw)

Hi,


if I want do send from A to D over other nodes

A -> B -> C -> D


what is the correct and intended configuration for target D?


on A  via [B,C]


or


on A via [B]  and on B via [C] ?



Since via accepts an array,  setting via [B,C] on A should work, but 
isn't this a security problem, if configuration on A can tell B what to 
do ? Shouldn't via just set the next hop?

regards

Hadmut





             reply	other threads:[~2025-12-13 22:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-13 22:43 Hadmut Danisch [this message]
2025-12-13 22:50 ` via path question John Goerzen