X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcfg%2Fneigh.texi;h=a141b771d55cabe00d28a577d01ec1426c521ff2;hb=e068d88291cd45a4d6b748e258077dd6c0ffb9c2;hp=53eed465317da22ac9b18f11d17ab42bfdce3169;hpb=0ee0ba3784ce20e69d8db6316c99e7f0b6d30809;p=nncp.git diff --git a/doc/cfg/neigh.texi b/doc/cfg/neigh.texi index 53eed46..a141b77 100644 --- a/doc/cfg/neigh.texi +++ b/doc/cfg/neigh.texi @@ -27,12 +27,12 @@ neigh: { addrs: { lan: "[fe80::1234%igb0]:5400" internet: alice.com:3389 - proxied: "|ssh remote.host nncp-daemon -inetd" + proxied: "|ssh remote.host nncp-daemon -ucspi" } calls: [ { cron: "*/2 * * * *" - }, + } ] } bob: { @@ -127,6 +127,10 @@ NNCP_NICE=64 \ @verb{#|some command#} format. @code{/bin/sh -c "some command"} will start and its @code{stdin}/@code{stdout} used as a connection. + To use @ref{Yggdrasil} network for connectivity, use + @verb{|yggdrasil:PUB;PRV;PEER[,...]|} format, read about + @ref{CfgYggdrasilAliases, possible aliases} usage. + May be omitted if either no direct connection exists, or @ref{nncp-call} is used with forced address specifying.