1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 01_mandir.dpatch by <gregor+debian@comodo.priv.at>
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: escape - in manpage
8 diff -urNad iodine~/man/iodine.8 iodine/man/iodine.8
9 --- iodine~/man/iodine.8 2007-12-01 01:54:27.000000000 +0100
10 +++ iodine/man/iodine.8 2007-12-01 01:54:39.000000000 +0100
13 Try it out within your own LAN! Follow these simple steps:
15 -- On your server, run: ./iodined -f 10.0.0.1 test.asdf
16 +- On your server, run: ./iodined \-f 10.0.0.1 test.asdf
17 (If you already use the 10.0.0.0 network, use another internal net like
22 -- On the client, run: ./iodine -f 192.168.0.1 test.asdf
23 +- On the client, run: ./iodine \-f 192.168.0.1 test.asdf
24 (Replace 192.168.0.1 with the server's ip address)
26 - Enter the same password
28 Now any DNS querys for domains ending with tunnel1.mytunnnel.com will be sent
29 to your server. Start iodined on the server. The first argument is the tunnel
30 IP address (like 192.168.99.1) and the second is the assigned domain (in this
31 -case tunnel1.mytunnel.com). The -f argument will keep iodined running in the
32 +case tunnel1.mytunnel.com). The \-f argument will keep iodined running in the
33 foreground, which helps when testing. iodined will start a virtual interface,
34 and also start listening for DNS queries on UDP port 53. Either enter a
35 -password on the commandline (-P pass) or after the server has started. Now
36 +password on the commandline (\-P pass) or after the server has started. Now
37 everything is ready for the client.