logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pyro5-ns - pyro name server command line launcher.

Authors

       Written by Irmen de Jong <irmen@razorvine.net>

       This manual page was written by Bo YU <tsu.yubo@gmail.com>

PYRO5-NS 5.15                                       May 2024                                         PYRO5-NS(1)

Description

       This is a simple command line to easily get a name server running.

Name

pyro5-ns - pyro name server command line launcher.

Options

-h,--help
              show this help message and exit

       -nHOST,--hostHOST
              hostname to bind server on

       -pPORT,--portPORT
              port  to  bind server on (0=random) -uUNIXSOCKET, --unixsocketUNIXSOCKET Unix domain socket name
              to bind server on -sSTORAGE, --storageSTORAGE Storage system to use (memory, sql:file)

       --bchostBCHOST
              hostname to bind broadcast server on (default is "")

       --bcportBCPORT
              port to bind broadcast server on (0=random)

       --nathostNATHOST
              external hostname in case of NAT

       --natportNATPORT
              external port in case of NAT

       -x,--nobc
              don't start a broadcast server

Synopsis

pyro5-ns [-h] [-nHOST] [-pPORT] [-uUNIXSOCKET] [-sSTORAGE]
                     [--bchostBCHOST] [--bcportBCPORT] [--nathostNATHOST]
                     [--natportNATPORT] [-x]

See Also