Skip to content

Releases: dcswalle/sdploy-dns

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 21:12
3911956

What's Changed

  • feat: add wildcard DNS overwrites and AdGuard block rules
    Full Changelog: v1.0.2...v1.1.0

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 20:23
67278b3

What's Changed

  • Fix cache TTL constant overflow on 32-bit architectures
  • Add .env support, tighten secret handling, and expand release targets
  • Update README with cluster, hot-reload, and config options
    Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Apr 20:59
f425f96

What's Changed

v1.0.0

Choose a tag to compare

@dcswalle dcswalle released this 17 Feb 23:10

What's Changed

  • Add RELEASING.md documentation and update README
  • Remove go-dns from .gitignore
  • Add github actions
  • Add .gitignore to exclude build artifacts
  • Add documentation to clarify resource cleanup on error paths
  • Extract DNS check timeout to constant
  • Add .gitignore and remove compiled binary
  • Fix shell script portability and add proper quoting
  • Make DNS check domain configurable with timeout
  • Run DNS server as unprivileged user with minimal capabilities
  • Document lock ordering to clarify deadlock prevention strategy
  • Improve isURL validation using url.Parse()
  • Replace placeholder URLs with actual repository information
  • Initial commit
    Full Changelog: ...v1.0.0