Primer commit
This commit is contained in:
16
config.json.example
Normal file
16
config.json.example
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user