--- a/README Thu Feb 26 17:39:51 2015 +0200
+++ b/README Thu Feb 26 17:40:12 2015 +0200
@@ -42,12 +42,15 @@
fixed-address 127.0.0.2;
}
-=== Include confs ===
+=== Includes ===
Host configs can be included:
$ cat etc/hosts/includes.test
include = includes.test.d/
+ [quux]
+ ip = 192.0.2.3
+
$ cat etc/hosts/includes.test.d/foo
ip = 192.0.2.1
@@ -57,6 +60,7 @@
$ ./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
+ quux.includes A 192.0.2.3
=== Host aliases ===
Hosts can specify DNS aliases: