aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2016-11-03 05:05:04 +0000
committerFelix Hanley <felix@userspace.com.au>2016-11-03 05:05:04 +0000
commit9edd906075ebb0d5e944dd3dd8355126962e86b3 (patch)
tree5245c546bce85ced023a28a3ae35a204d72ca06b
parentab3e97cf8a6a1e25ca67ea397969b8b66100ba70 (diff)
downloadtinydnsdyn-9edd906075ebb0d5e944dd3dd8355126962e86b3.tar.gz
tinydnsdyn-9edd906075ebb0d5e944dd3dd8355126962e86b3.tar.bz2
Fix README
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index d70174a..faa8f5b 100644
--- a/README.md
+++ b/README.md
@@ -31,18 +31,18 @@ It should run on any Linux or BSD with Python installed.
For example:
- +groucho.example.com:192.168.0.2:3360
- +groucho.example.com:192.168.0.2
- =groucho.example.com:192.168.0.2:60
- +*.groucho.example.com:192.168.0.2:60
- +*.groucho.example.com:192.168.0.2
+ +groucho.example.com:192.168.0.2:3360
+ +groucho.example.com:192.168.0.2
+ =groucho.example.com:192.168.0.2:60
+ +*.groucho.example.com:192.168.0.2:60
+ +*.groucho.example.com:192.168.0.2
will all get updated if the host groucho.example.com does a request.
4. Create a password file. This is of the format created by Apache's htpasswd
and consists of one user per line in the following format:
- <username>:<crypted hash>:<optional list of domains>
+ <username>:<crypted hash>:<optional list of domains>
5. The script will run 'make' in the data directory. This enables you to
concatenate your data files and whatever else before they are compiled. For