Would you please advise me?
`policy.PASS` should not take arguments in the configuration
file, as shown in the docs
http://knot-resolver.readthedocs.io/en/stable/modules.html#policy-examples
The error message isn't very helpful, as _internally_ policy.PASS
is implemented as a lua function, so it will unfortunately fail
deeper within the implementation.
--Vladimir