public inbox for nncp-devel@lists.stargrave.org
Atom feed
* via path question
@ 2025-12-13 22:43 Hadmut Danisch
  2025-12-13 22:50 ` John Goerzen
  0 siblings, 1 reply; 2+ messages in thread
From: Hadmut Danisch @ 2025-12-13 22:43 UTC (permalink / raw)
  To: nncp-devel

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-13 23:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-13 22:43 via path question Hadmut Danisch
2025-12-13 22:50 ` John Goerzen