From 5a14c6cce2a4c3bdc7f05c63ef371dc039945639 Mon Sep 17 00:00:00 2001 From: HalbeBruno Date: Fri, 5 Dec 2025 13:41:25 -0300 Subject: [PATCH] =?UTF-8?q?arquivo=20de=20configura=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.json.example diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..4694086 --- /dev/null +++ b/config.json.example @@ -0,0 +1,6 @@ +{ + "serial_key": "YOUR_SERIAL_KEY_HERE", + "api_url": "https://dnsblock.app", + "rpz_file": "/etc/unbound/rpz.zones/rpz.dnsblock.zone", + "reload_command": "systemctl reload unbound" +}