updated default app config

This commit is contained in:
Shreyas Zare
2023-02-26 18:02:37 +05:30
parent 3060412d44
commit b085afca5c
2 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,8 @@
"blockListUrlUpdateIntervalHours": 24,
"networkGroupMap": {
"192.168.10.20": "kids",
"0.0.0.0/0": "everyone"
"0.0.0.0/0": "everyone",
"[::]/0": "everyone"
},
"groups": [
{

View File

@@ -41,7 +41,8 @@
}
],
"networkGroupMap": {
"0.0.0.0/0": "everyone"
"0.0.0.0/0": "everyone",
"[::]/0": "everyone"
},
"groups": [
{