You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
.gitignore | 7 years ago | |
README | 7 years ago | |
generate-hosts.py | 7 years ago | |
hosts.in | 6 years ago | |
requirements.txt | 7 years ago |
README
INSTALL
-------
$ virtualenv .venv
$ . .venv/bin/activate
$ pip install -r requirements.txt
GENERATE
--------
$ . .venv/bin/activate
$ ./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