On 2/12/24 01:34, Vladimír Čunát wrote:
  On 28/01/2024 02.52, Mike Wright wrote:
  [system] error while loading config:
 ...b/x86_64-linux-gnu/knot-resolver/kres_modules/policy.lua:378: bad
 argument #1 to 'create' (table expected, got nil) (workdir
 '/var/lib/knot-resolver')  
 You don't define the `internalDomain` variable.  That's correct in lua
 and evaluates as nil.
 (and as I already posted, please use the correct mailing-list next time) 
OK, figured out my mistake.
internalDomains MUST APPEAR BEFORE any reference to it.
Thanks for your time,
Mike Wright