iptags-to-adguard/config.json.example
2025-05-28 20:27:56 +02:00

17 lines
284 B
Plaintext

{
"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"
]
}