mirror of
https://github.com/yarrick/iodine.git
synced 2024-10-31 23:39:18 +02:00
Fix zone lines
This commit is contained in:
parent
d45fbe7a32
commit
d2f691a21b
4
README
4
README
|
@ -19,9 +19,7 @@ server. Then, delegate a subdomain (say, tunnel1.mytunnel.com) to the 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.
|
||||||
$ORIGIN tunnel1.mytunnnel.com.
|
|
||||||
@ IN NS tunnel1host.mytunnel.com.
|
|
||||||
|
|
||||||
Now any DNS querys for domains ending with tunnel1.mytunnnel.com will be sent
|
Now any DNS querys for domains ending with tunnel1.mytunnnel.com will be sent
|
||||||
to your server. Start iodined on the server. The first argument is the tunnel
|
to your server. Start iodined on the server. The first argument is the tunnel
|
||||||
|
|
Loading…
Reference in New Issue