diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.NetConsole | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/README.NetConsole b/doc/README.NetConsole index c8bcb90a392..070e86a6f78 100644 --- a/doc/README.NetConsole +++ b/doc/README.NetConsole @@ -11,6 +11,9 @@ port of the destination. The format is <ip_addr>:<port>. If <port> is omitted, the value of 6666 is used. If the env var doesn't exist, the broadcast address and port 6666 are used. If it is set to an IP address of 0 (or 0.0.0.0) then no messages are sent to the network. +The source / listening port can be configured separately by setting +the 'ncinport' environment variable and the destination port can be +configured by setting the 'ncoutport' environment variable. For example, if your server IP is 192.168.1.1, you could use: |