I've setup leng on NixOS through the provided flake.nix with customdnsrecords = [ "*.nixos.container. IN A 192.168.0.76" ]; thinking it would provide the appropriate DNS mappings. However, leng interprets the wildcard literally, so only *.nixos.container gets mapped to 192.168.0.76, not nixos.container and any subdomains.
I've setup
lengon NixOS through the providedflake.nixwithcustomdnsrecords = [ "*.nixos.container. IN A 192.168.0.76" ];thinking it would provide the appropriate DNS mappings. However,lenginterprets the wildcard literally, so only*.nixos.containergets mapped to192.168.0.76, notnixos.containerand any subdomains.