From 1a71c6f47bb0d1c032e7e6f9718f752636a4cbb3 Mon Sep 17 00:00:00 2001 From: Adphi Date: Sat, 17 Dec 2022 23:12:41 +0100 Subject: [PATCH] add cname / srv / ptr doc to README Signed-off-by: Adphi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 108dc2d..25d4a9b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ In this configuration, we forward all queries to 10.10.10.1 and to 9.9.9.9 if 10 **If only used with the forward plugin, the private dns server must be configured as the first forwarded server in the list. The policy must be configured as sequential, so that the first server is always tried first and the second only if the first do not return any answer.** -We filter out A records pointing to an IP address in the 10.10.10.0/24 network except for queries coming from the 192.168.0.0/24 and 192.168.1.0/24 networks. +We filter out A / CNAME / SRV / PTR records pointing to an IP address in the 10.10.10.0/24 network except for queries coming from the 192.168.0.0/24 and 192.168.1.0/24 networks. If the allowed networks are not defined, the plugin will allow the requests from the same network, e.g. 10.10.10.0/24. If the record exists both as public and private, the private record will be filtered, resulting with no records at all.