1 Bug: http://dev.kryo.se/iodine/ticket/112
2 Bug-Debian: http://bugs.debian.org/668621
3 Forwarded: http://dev.kryo.se/iodine/ticket/112
4 Reviewed-by: gregor herrmann <gregoa@debian.org>
5 Last-Update: 2012-04-15
7 From 3f246470c7abc13553cffe544c88a4b78afde5b2 Mon Sep 17 00:00:00 2001
8 From: Luca Capello <luca@pca.it>
9 Date: Fri, 13 Apr 2012 16:45:43 +0200
10 Subject: [PATCH] man/iodine.8: add note about sharing port/dnsport
12 This complements a62ae8e562d0e9e5729bb4f469bc900074930efc.
14 man/iodine.8 | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
20 .\" groff -man -Tascii iodine.8
21 -.TH IODINE 8 "DEC 2009" "User Manuals"
22 +.TH IODINE 8 "APR 2012" "User Manuals"
24 iodine, iodined \- tunnel IPv4 over DNS
29 Make the server listen on 'port' instead of 53 for traffic.
30 +If 'listen_ip' does not include localhost, this 'port' can be the same
33 You must make sure the dns requests are forwarded to this port yourself.
37 If this port is specified, all incoming requests not inside the tunnel domain
38 will be forwarded to this port on localhost, to be handled by a real dns.
39 +If 'listen_ip' does not include localhost, this 'dnsport' can be the
42 The forwarding is not fully transparent, and not advised for use
43 in production environments.