From edf7e5a56500e8b309686598a136fdda8ed4a9d7 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Thu, 7 Aug 2008 14:44:02 +0000 Subject: [PATCH] updated documentation --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 8e44993..5d1c7c3 100644 --- a/README +++ b/README @@ -28,9 +28,9 @@ HOW TO USE: Server side: 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 -a DNS 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: +and a server with a public IP number that does not yet run a DNS 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: tunnel1host IN A 10.15.213.99 tunnel1 IN NS tunnel1host.mytunnel.com.