map: default to fnmatch matching for dns patterns. support regex via leading /
[project/qosify.git] / README
diff --git a/README b/README
index 98b407f8975c7ae94993f791b0a8c2d1cfca30c6..6a8034fb9fbb829ca30dac2f13162201e8e3efc2 100644 (file)
--- a/README
+++ b/README
@@ -99,7 +99,9 @@ match is one of:
        IPv4 address, e.g. 1.1.1.1
 - <ipv6addr>
        IPv6 address, e.g. ff01::1
-- dns:<regex>
+- dns:<pattern>
+       fnmatch() pattern supporting * and ? as wildcard characters
+- dns:/<regex>
        POSIX.2 extended regular expression for matching hostnames
        Only works, if dns lookups are passed to qosify via the add_dns_host ubus call.