DEVELOPMENT ENVIRONMENT

~liljamo/felu

0.2.0 8 days ago

felu 0.2.0

Jonni Liljamo (37):
      docs: update docs link
      fix: log error on migration fail
      chore: update flake inputs, dev environment and tailwindcss
      chore: update Dockerfile images
      chore: update mod name and dependencies
      fix: reorder dockerfile to cache templ install
      feat: serve dns on tcp too
      feat: justfile and include a few tools in devshell
      feat: config DDNSDomain and SOAEmail
      feat: log unsupported Opcodes
      feat: improve logging in parseQuery
      feat: initial NS and SOA responses
      feat: stub CNAME queries
      fix: set NS ttl
      feat: APIUrl include protocol
      feat: AcmeChallenge field for domains
      feat: zoneOf function
      feat: answer TXT queries for _acme-challenge
      feat: modified msgAcceptFunc to facilitate dynamic updates
      chore: format
      fix: templ generate after copy
      feat: config rearchitect, lower qName early
      feat: handle root A
      feat: DNSSEC
      feat: stub AAAA
      fix!: add default to acme_challenge migration
      feat: add tsigkey field to domains
      feat: chars -> charsAPIKey
      feat: genTsigKey and refresh tsig key
      fix: set tsigKey when creating a domain
      feat: refresh tsigKey frontend, revamp reused components
      feat: custom TsigProvider implementation
      feat: handle CAA queries (poorly)
      feat: tsig
      feat: handle update queries for _acme-challenge
      feat: sane SOA ttls
      feat: add RFC 2136 docs for lego