mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-12 02:43:59 +00:00
DropRequests: updated description.
This commit is contained in:
@@ -145,7 +145,7 @@ namespace DropRequests
|
||||
#region properties
|
||||
|
||||
public string Description
|
||||
{ get { return "Drop incoming DNS requests that match the rules in the config."; } }
|
||||
{ get { return "Drops incoming DNS requests that match list of blocked networks or blocked questions."; } }
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
"192.168.0.0/16"
|
||||
],
|
||||
"blockedNetworks": [
|
||||
"1.1.1.1/24"
|
||||
],
|
||||
"blockedQuestions": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user