Update documentation

This commit is contained in:
Zachary Seguin 2015-11-21 13:21:42 -05:00
parent a1bc9c9f85
commit 44d7bda6ed
1 changed files with 25 additions and 1 deletions

26
README
View File

@ -9,4 +9,28 @@ GENERATE
--------
$ . .venv/bin/activate
$ ./generate_hosts.py < hosts.in
$ ./generate_hosts.py < hosts.in > hosts
FORMAT OF HOSTS
---------------
There are 4 types of lines:
- Whitespace
- Lines starting with # are a comment
- Lines starting with a ! are copied word-for-word (minues the bang)
- Other lines are resolved through DNS
EXAMPLE
-------
* hosts.in
# HOSTS
!127.0.0.1 localhost
hostname.csclub.uwaterloo.ca
* hosts
127.0.0.1 localhost
129.97.134.111 hostname.csclub.uwaterloo.ca hostname