diff --git a/Apps/DropRequestsApp/App.cs b/Apps/DropRequestsApp/App.cs index c09664d3..29f4acd9 100644 --- a/Apps/DropRequestsApp/App.cs +++ b/Apps/DropRequestsApp/App.cs @@ -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 diff --git a/Apps/DropRequestsApp/dnsApp.config b/Apps/DropRequestsApp/dnsApp.config index b99eb82e..e5bb0ad8 100644 --- a/Apps/DropRequestsApp/dnsApp.config +++ b/Apps/DropRequestsApp/dnsApp.config @@ -8,7 +8,6 @@ "192.168.0.0/16" ], "blockedNetworks": [ - "1.1.1.1/24" ], "blockedQuestions": [ {