Thanks for your interest in improving UFW DDNS Hostname Updater!
- Report bugs via GitHub Issues with clear steps to reproduce.
- Suggest enhancements and use cases.
- Improve documentation or examples.
- Submit pull requests for fixes and features.
- Fork and create a feature branch.
- Keep changes focused and documented.
- Update README or comments when behavior changes.
- Ensure the script remains POSIX-friendly Bash and avoids external deps beyond
ufwanddig.
- Shell: Bash with strict, readable style.
- Avoid unnecessary subshells and external tools.
- Prefer idempotent operations.
- Be careful with
sudousage and user paths.
If you find a vulnerability, do not open a public issue. See SECURITY.md.