X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcmd%2Fnncp-daemon.texi;h=15e1233aa0b5752bb7f12a647f9360b00daf0c24;hb=15ff8ac40bbf354f5319a6e753cf8c0963b15a53;hp=4b5fa330cc7c351fe970a384a27a6dcbc96dd6f7;hpb=666cb88f87341bc9ecce23550641c843027acca3;p=nncp.git diff --git a/doc/cmd/nncp-daemon.texi b/doc/cmd/nncp-daemon.texi index 4b5fa33..15e1233 100644 --- a/doc/cmd/nncp-daemon.texi +++ b/doc/cmd/nncp-daemon.texi @@ -5,6 +5,7 @@ $ nncp-daemon [options] [-maxconn INT] [-bind ADDR] [-ucspi] [-autotoss*] [-nock] [-mcd-once] + [-yggdrasil yggdrasils://PRV[:PORT]?[bind=BIND][&pub=PUB][&peer=PEER][&mcast=REGEX[:PORT]]] @end example Start listening TCP daemon, wait for incoming connections and run @@ -14,7 +15,7 @@ time to time. @option{-maxconn} option specifies how many simultaneous clients daemon can handle. @option{-bind} option specifies @option{addr:port} it must -bind to and listen. +bind to and listen (empty string means no listening on TCP port). It could be run as @url{http://cr.yp.to/ucspi-tcp.html, UCSPI-TCP} service, by specifying @option{-ucspi} option. Pay attention that @@ -41,3 +42,6 @@ Read @ref{CfgNoCK, more} about @option{-nock} option. @option{-mcd-once} option sends @ref{MCD} announcements once and quits. Could be useful with inetd-based setup, where daemons are not running. + +With @option{-yggdrasil} option daemon also acts as a @ref{Yggdrasil} +listener daemon.