update agent

This commit is contained in:
2025-12-08 07:39:18 -03:00
commit a3a2aa3341
5 changed files with 527 additions and 0 deletions

7
config.json.example Normal file
View File

@@ -0,0 +1,7 @@
{
"serial_key": "SUA_CHAVE_SERIAL_AQUI",
"api_url": "https://app.dnsblock.com.br",
"rpz_file": "/opt/dnsblock/rpz/rpz.dnsblock.zone",
"reload_command": "systemctl reload unbound",
"file_owner": "unbound:unbound"
}