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" +}