diff -r b19104afe1b4 -r e3a32f4dff54 README --- a/README Thu Feb 26 17:36:23 2015 +0200 +++ b/README Thu Feb 26 17:36:55 2015 +0200 @@ -42,6 +42,22 @@ fixed-address 127.0.0.2; } +=== Include confs === +Host configs can be included: + + $ cat etc/hosts/includes.test + include = includes.test.d/ + + $ cat etc/hosts/includes.test.d/foo + ip = 192.0.2.1 + + $ cat etc/hosts/includes.test.d/bar + ip = 192.0.2.2 + + $ ./opt/bin/python bin/pvl.hosts-forward --forward-zone test etc/hosts/includes.test + foo.includes A 192.0.2.1 + bar.includes A 192.0.2.2 + === Host aliases === Hosts can specify DNS aliases: