Skip to content
Snippets Groups Projects
Commit 77f47407 authored by Vitezslav Kriz's avatar Vitezslav Kriz
Browse files

policy: added test. and invalid. to special domain list

parent 14084634
Branches
Tags
1 merge request!325Policy reserved domains
......@@ -450,8 +450,14 @@ policy.rules = {}
policy.postrules = {}
policy.special_names = {
{
id=0,
cb=policy.suffix_common(policy.DENY, private_zones, '\4arpa\0'),
cb=policy.suffix_common(policy.DENY, private_zones, todname('arpa.')),
count=0
},
{
cb=policy.suffix(policy.DENY, {
todname('test.'),
todname('invalid.'),
}),
count=0
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment