Skip to content

Commit a1039c8

Browse files
committed
Standardization
1 parent ebf1249 commit a1039c8

25 files changed

Lines changed: 461 additions & 986 deletions

File tree

Apps/AdvancedBlockingApp/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Maps client IP addresses or subnets to groups. More specific matches take preced
7070
"192.168.10.20": "kids",
7171
"192.168.10.0/24": "standard",
7272
"0.0.0.0/0": "everyone",
73-
"[::]/0": "everyone"
73+
"::/0": "everyone"
7474
}
7575
```
7676

@@ -133,7 +133,7 @@ Block list URLs can be specified as simple strings or as objects with additional
133133
"networkGroupMap": {
134134
"192.168.10.0/24": "kids",
135135
"0.0.0.0/0": "everyone",
136-
"[::]/0": "everyone"
136+
"::/0": "everyone"
137137
},
138138
"groups": [
139139
{
@@ -279,9 +279,3 @@ Query a TXT record for a blocked domain to see the blocking report:
279279
```bash
280280
dig TXT blocked-domain.com @your-dns-server
281281
```
282-
283-
## License
284-
285-
This app is part of Technitium DNS Server. This project is licensed under the **GNU General Public License v3.0 (GPL-3.0)**. For more information, see the [LICENSE](https://github.com/TechnitiumSoftware/DnsServer/blob/master/LICENSE) file in the Technitium DNS Server repository.
286-
287-
Copyright (C) 2024 Shreyas Zare (<[email protected]>)

0 commit comments

Comments
 (0)