summaryrefslogtreecommitdiff
path: root/doc/tcpproxy.8.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tcpproxy.8.txt')
-rw-r--r--doc/tcpproxy.8.txt18
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/tcpproxy.8.txt b/doc/tcpproxy.8.txt
index 14a12af..c6574d1 100644
--- a/doc/tcpproxy.8.txt
+++ b/doc/tcpproxy.8.txt
@@ -124,10 +124,22 @@ The following options can be passed to the *tcpproxy* daemon:
is omitted.
-EXAMPLES
---------
+CONFIGURATION FILE
+------------------
-nothing yet..
+If the configuratin file is used it should contain one or more of the following stanzas:
+
+....
+listen (*|address|hostname) (port-number|service-name)
+{
+ resolv: (ipv4|ipv6)
+ remote: (address|hostname) (port-number|service-name);
+ remote-resolv: (ipv4|ipv6);
+ source: (address|hostname);
+};
+....
+
+Everything between the curly brackets except for the *remote* parameter may be omitted.
BUGS