docs: refine README wording and formatting

This commit is contained in:
2026-06-28 10:06:30 +02:00
parent 3b82cf973f
commit b3a4c05001
+4 -4
View File
@@ -32,7 +32,7 @@ This repository contains only the backend components of the dynDNS service: the
1. Clone the repository. 1. Clone the repository.
2. Copy `vars.example` to a site-specific vars file. 2. Copy `vars.example` to a site-specific vars file.
3. Adjust paths, database settings, BIND zone settings, and TSIG key references. 3. Adjust paths, database settings, BIND zone settings and TSIG key references.
4. Make `dyndns.sh` executable. 4. Make `dyndns.sh` executable.
5. Run the script manually once before automation. 5. Run the script manually once before automation.
@@ -87,7 +87,7 @@ GRANT ALL PRIVILEGES ON dyndns.* TO 'dyndnsuser'@'127.0.0.1';
FLUSH PRIVILEGES; FLUSH PRIVILEGES;
``` ```
This setup allows local access for the dedicated dynDNS user from `localhost`, `127.0.0.1`, and `::1`, and keeps the dynDNS backend user restricted to the `dyndns` database and local connections only. This setup allows local access for the dedicated dynDNS user from `localhost`, `127.0.0.1` and `::1` and keeps the dynDNS backend user restricted to the `dyndns` database and local connections only.
After database initialization, adjust the matching settings in your vars file: After database initialization, adjust the matching settings in your vars file:
@@ -262,8 +262,8 @@ See `LICENSE` for details.
CB-601 - the open tec Elevator CB-601 - the open tec Elevator
- Stephan Düsterhaupt ([XMPP](xmpp:me@jabber.stephanduesterhaupt.de)) - [Stephan Düsterhaupt](xmpp:me@jabber.stephanduesterhaupt.de)
- Ivo Noack aka Insonic ([XMPP](xmpp:me@jabber.ivonoack.de)) - [Ivo Noack](xmpp:me@jabber.ivonoack.de) aka Insonic
## Project Home ## Project Home