diff options
| author | Felix Hanley <felix@userspace.com.au> | 2016-11-03 05:05:04 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2016-11-03 05:05:04 +0000 |
| commit | 9edd906075ebb0d5e944dd3dd8355126962e86b3 (patch) | |
| tree | 5245c546bce85ced023a28a3ae35a204d72ca06b | |
| parent | ab3e97cf8a6a1e25ca67ea397969b8b66100ba70 (diff) | |
| download | tinydnsdyn-9edd906075ebb0d5e944dd3dd8355126962e86b3.tar.gz tinydnsdyn-9edd906075ebb0d5e944dd3dd8355126962e86b3.tar.bz2 | |
Fix README
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |
