Browse code

Document new IPv6 support

Shawn Webb authored on 2014/03/05 05:10:35
Showing 3 changed files
... ...
@@ -130,7 +130,7 @@ Default: disabled
130 130
 \fBTCPAddr STRING\fR
131 131
 By default clamd binds to INADDR_ANY.
132 132
 .br
133
-This option allows you to restrict the TCP address and provide some degree of protection from the outside world.
133
+This option allows you to restrict the TCP address and provide some degree of protection from the outside world. This option can be specified multiple times in order to listen on multiple IPs. IPv6 is now supported.
134 134
 .br 
135 135
 Default: disabled
136 136
 .TP 
... ...
@@ -168,14 +168,14 @@ The name of the file being processed (if applicable).
168 168
 .TP
169 169
 (5) To monitor the local clamd and 2 other remote clamds over TCP/IP:
170 170
 
171
-\fBclamdtop localhost 192.168.0.3 192.168.0.4
171
+\fBclamdtop localhost 192.168.0.3 192.168.0.4\fR
172 172
 .SH "NOTES"
173 173
 .LP
174 174
 clamdtop uses colors if the terminal is capable of colors.
175 175
 If you know your terminal is capable of colors, yet you aren't seeing any, then check
176 176
 that your \fBTERM\fR environment variable is set correctly.
177 177
 For example try setting it to TERM=xterm\-color if you are in an xterm-like
178
-environment.
178
+environment. IPv6 support has been added. If specifying an IPv6 address, please use the normal IPv6 addressing rules. If specifying both an IPv6 address and a port combination, encapsulate the IPv6 address in square brakets (e.g. [::1]:3410).
179 179
 .SH "RETURN CODES"
180 180
 .LP 
181 181
 0 : Normal terminator
... ...
@@ -103,7 +103,8 @@ Example
103 103
 # TCP address.
104 104
 # By default we bind to INADDR_ANY, probably not wise.
105 105
 # Enable the following to provide some degree of protection
106
-# from the outside world.
106
+# from the outside world. This option can be specified multiple
107
+# times if you want to listen on multiple IPs. IPv6 is now supported.
107 108
 # Default: no
108 109
 #TCPAddr 127.0.0.1
109 110