docs: refine README wording and formatting
This commit is contained in:
@@ -32,7 +32,7 @@ This repository contains only the backend components of the dynDNS service: the
|
||||
|
||||
1. Clone the repository.
|
||||
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.
|
||||
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;
|
||||
```
|
||||
|
||||
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:
|
||||
|
||||
@@ -262,8 +262,8 @@ See `LICENSE` for details.
|
||||
|
||||
CB-601 - the open tec Elevator
|
||||
|
||||
- Stephan Düsterhaupt ([XMPP](xmpp:me@jabber.stephanduesterhaupt.de))
|
||||
- Ivo Noack aka Insonic ([XMPP](xmpp:me@jabber.ivonoack.de))
|
||||
- [Stephan Düsterhaupt](xmpp:me@jabber.stephanduesterhaupt.de)
|
||||
- [Ivo Noack](xmpp:me@jabber.ivonoack.de) aka Insonic
|
||||
|
||||
## Project Home
|
||||
|
||||
|
||||
Reference in New Issue
Block a user