From 0e420e596608e20ec6aab466ffbaabd0275d017f Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 15 Jan 2023 18:32:59 +0530 Subject: [PATCH] webapp: updated html for minor changes. --- DnsServerCore/www/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DnsServerCore/www/index.html b/DnsServerCore/www/index.html index 68705b7d..b193170e 100644 --- a/DnsServerCore/www/index.html +++ b/DnsServerCore/www/index.html @@ -1299,7 +1299,7 @@ -
Note! The DNS server will attempt to save cache to disk when it stops which may take time depending on the cache size. This may cause the server to take a lot of time to stop which may lead to the OS to kill the process causing incomplete cache to be stored on disk.
+
Note! The DNS server will attempt to save cache to disk when it stops which may take time depending on the cache size. If the DNS server takes a lot of time to stop then it may lead to the OS killing the DNS server process causing an incomplete cache to be stored on disk.
@@ -1541,7 +1541,7 @@
Click the 'Update Now' button to reset the next update schedule and force download and update of the block lists.
-
DNS Server will use the data returned by the block list URLs to update the block list zone automatically. The expected file format is standard hosts file format or plain text file containing list of domains to block.
+
DNS Server will use the data returned by the block list URLs to update the block list zone automatically. The expected file format is standard hosts file format, plain text file containing list of domains to block, or wildcard block list file format.
Help: Blocking Internet Ads Using DNS Sinkhole