aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorekhramtsov <ekhramtsov@process-one.net>2010-02-17 23:17:33 +0900
committerekhramtsov <ekhramtsov@process-one.net>2010-02-17 23:17:33 +0900
commit1a96944929617c85f127b994670ec7069e6dec71 (patch)
tree482163b953a2c142ccfcc960360b62846c4db1b4 /doc/guide.tex
parentClose also legacy sessions that were half connected (thanks to Evgeniy Khramt... (diff)
new option "hostname" is added (thanks to Stefan Hepp) (EJAB-838)
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 4f69afa3b..567cbaeb5 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -3515,6 +3515,12 @@ to listen for. Default is an IP address of the service's DNS name, or,
if fails, \verb|{127,0,0,1}|.
\titem{\{port, Number\}}\ind{options!port}This option defines port to listen for
incoming connections. Default is~7777.
+\titem{\{hostname, HostName\}}\ind{options!hostname}Defines a hostname advertised
+by the service when establishing a session with clients. This is useful when
+you run the service behind a NAT. The default is the value of \term{ip} option.
+Examples: \term{"proxy.mydomain.org"}, \term{"200.150.100.50"}. Note that
+not all clients understand domain names in stream negotiation,
+so you should think twice before setting domain name in this option.
\titem{\{auth\_type, anonymous|plain\}}\ind{options!auth\_type}SOCKS5 authentication type.
Possible values are \term{anonymous} and \term{plain}. Default is
\term{anonymous}.