From ece89d9791eabb98bfd732355fdc525d09629807 Mon Sep 17 00:00:00 2001 From: Slawek Koszewski Date: Mon, 16 Jun 2025 06:45:27 +0200 Subject: [PATCH] Fix formatting and improve clarity in README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 59d088b..7c68194 100644 --- a/README.md +++ b/README.md @@ -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.