diff options
Diffstat (limited to 'static/0000-refuse-root.toml')
-rw-r--r-- | static/0000-refuse-root.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/0000-refuse-root.toml b/static/0000-refuse-root.toml new file mode 100644 index 0000000..20fe65c --- /dev/null +++ b/static/0000-refuse-root.toml @@ -0,0 +1,11 @@ +[Match] +QType = "" +QName = "." + +[Header] +Rcode = 5 # REFUSED +RecursionDesired = true +CheckingDisabled = false + +[Response] +CopyQuery = true |