mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 16:19:20 +02:00
Updated docs
This commit is contained in:
parent
3e9e4a8f35
commit
0ee1f2ff0d
|
@ -7,6 +7,10 @@ iodine - IP over DNS is now easy
|
||||||
|
|
||||||
CHANGES:
|
CHANGES:
|
||||||
|
|
||||||
|
xxxx-xx-xx: 0.4
|
||||||
|
- New encoding, 25% more peak upstream throughput
|
||||||
|
- New -l option to set local ip to listen to on server
|
||||||
|
|
||||||
2006-07-11: 0.3.1
|
2006-07-11: 0.3.1
|
||||||
- Add Mac OSX support
|
- Add Mac OSX support
|
||||||
- Add setting device name
|
- Add setting device name
|
||||||
|
|
19
README
19
README
|
@ -10,6 +10,20 @@ server. This can be usable in different situations where internet access is
|
||||||
firewalled, but DNS queries are allowed.
|
firewalled, but DNS queries are allowed.
|
||||||
|
|
||||||
|
|
||||||
|
QUICKSTART:
|
||||||
|
|
||||||
|
Try it out within your own LAN! Follow these simple steps:
|
||||||
|
- On your server, run: ./iodined -f 10.0.0.1 test.asdf
|
||||||
|
(If you already use the 10.0.0.0 network, use another internal net like
|
||||||
|
172.16.0.0)
|
||||||
|
- On the client, run: ./iodine -f 192.168.0.1 test.asdf
|
||||||
|
(Replace 192.168.0.1 with the server's ip address)
|
||||||
|
- Now the client has the tunnel ip 10.0.0.2 and the server has 10.0.0.1
|
||||||
|
- Try pinging each other through the tunnel
|
||||||
|
- Done! :)
|
||||||
|
To actually use it through a relaying nameserver, see below.
|
||||||
|
|
||||||
|
|
||||||
HOW TO USE:
|
HOW TO USE:
|
||||||
|
|
||||||
Server side:
|
Server side:
|
||||||
|
@ -73,6 +87,11 @@ The name iodine was chosen since it starts with IOD (IP Over DNS) and since
|
||||||
iodine has atomic number 53, which happens to be the DNS port number.
|
iodine has atomic number 53, which happens to be the DNS port number.
|
||||||
|
|
||||||
|
|
||||||
|
THANKS:
|
||||||
|
|
||||||
|
- To kuxien for FreeBSD and OS X testing
|
||||||
|
|
||||||
|
|
||||||
AUTHORS & LICENSE:
|
AUTHORS & LICENSE:
|
||||||
|
|
||||||
Copyright (c) 2006 Bjorn Andersson <flex@kryo.se>, Erik Ekman <yarrick@kryo.se>
|
Copyright (c) 2006 Bjorn Andersson <flex@kryo.se>, Erik Ekman <yarrick@kryo.se>
|
||||||
|
|
Loading…
Reference in New Issue