Fix formatting and improve clarity in README.md

This commit is contained in:
2025-06-16 06:45:27 +02:00
parent c06c8837a5
commit ece89d9791

View File

@ -1,10 +1,4 @@
# DNS Masq Netbox updater
# DNSMasq NetBox Updater
NetBox updater service is designed to function
as a simple webserver waiting for WebHook calls
from a NetBox instance. After receiving `GET /update-dnsmasq`
API query it calls NetBox, lists all defined IP addresses
with DNS names and creates a new `/etc/dnsmasq.d/netbox.conf`
file. The file defines all retrieved hosts as `A` records.
Then the **dnsmasq.service** is restarted.
The NetBox updater service is designed to function as a simple web server, waiting for webhook calls from a NetBox instance. After receiving a `GET /update-dnsmasq` API request, it queries NetBox, lists all defined IP addresses with DNS names, and creates a new `/etc/dnsmasq.d/netbox.conf` file. This file defines all retrieved hosts as `A` records. Then, the **dnsmasq.service** is restarted.