]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/cfg/neigh.texi
Yggdrasil overlay transport
[nncp.git] / doc / cfg / neigh.texi
index 53eed465317da22ac9b18f11d17ab42bfdce3169..a141b771d55cabe00d28a577d01ec1426c521ff2 100644 (file)
@@ -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.