Primer commit

This commit is contained in:
root
2025-05-28 20:24:50 +02:00
parent 8baaad36af
commit f14b029ddb
1687 changed files with 318100 additions and 0 deletions

16
config.json.example Normal file
View File

@@ -0,0 +1,16 @@
{
"adguard_url": "http://192.168.1.1:83",
"name": "your_username",
"password": "your_password",
"timeout": 10,
"allowed_cidrs": [
"192.168.0.0/16",
"100.64.0.0/10",
"10.0.0.0/8"
],
"network_domain": "local",
"skip_patterns": [
"test",
"temp"
]
}