Releases: dcswalle/sdploy-dns
Releases · dcswalle/sdploy-dns
Release list
v1.1.0
What's Changed
- feat: add wildcard DNS overwrites and AdGuard block rules
Full Changelog: v1.0.2...v1.1.0
v1.0.2
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
What's Changed
- Add cluster capability
- Reload config
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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