mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 05:09:20 +02:00
updated documentation
This commit is contained in:
parent
945467f103
commit
b1bab9c3dc
6
README
6
README
|
@ -28,9 +28,9 @@ HOW TO USE:
|
||||||
|
|
||||||
Server side:
|
Server side:
|
||||||
To use this tunnel, you need control over a real domain (like mytunnel.com),
|
To use this tunnel, you need control over a real domain (like mytunnel.com),
|
||||||
and a server with a public IP number (not behind NAT) that does not yet run
|
and a server with a public IP number that does not yet run a DNS server.
|
||||||
a DNS server. Then, delegate a subdomain (say, tunnel1.mytunnel.com) to the
|
Then, delegate a subdomain (say, tunnel1.mytunnel.com) to the server.
|
||||||
server. If you use BIND for the domain, add these lines to the zone file:
|
If you use BIND for the domain, add these lines to the zone file:
|
||||||
|
|
||||||
tunnel1host IN A 10.15.213.99
|
tunnel1host IN A 10.15.213.99
|
||||||
tunnel1 IN NS tunnel1host.mytunnel.com.
|
tunnel1 IN NS tunnel1host.mytunnel.com.
|
||||||
|
|
Loading…
Reference in New Issue