From 147e97483b49dfa04f4fd78e4cc1462bd9d0c714 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 24 Nov 2016 21:59:04 +0100 Subject: [PATCH] Implemented the changes --- help.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/help.php b/help.php index b0c6e8cf..3139a8a1 100644 --- a/help.php +++ b/help.php @@ -70,7 +70,7 @@
  • Top Clients: Ranking of how many DNS requests each client has made on the local network.
  • -

  • Note that the login session does not expire on the main page, as the summary is updated every 10 seconds which refreshes the session.
  • +

    Note that the login session does not expire on the main page, as the summary is updated every 10 seconds which refreshes the session.

    @@ -95,7 +95,7 @@

    Query adlists

    -

    Runs the command

    sudo pihole -q searchstring
    and prints the result transparently to the web UI. This command can be used to scan for strings in the list of blocked domains, e.g., "analytics" will deliver all domains which *analytics*, where the asterisk (*) represents a number of characters or an empty string

    +

    Runs the command

    sudo pihole -q searchstring
    and prints the result transparently to the web UI. This command can be used to scan for strings in the list of blocked domains, e.g., "analytics" will deliver all domains which contain *analytics*, where the asterisk (*) represents a number of characters or an empty string

    @@ -119,7 +119,7 @@

    Authentication system (currently enableddisabled)

    -

    Using the command

    sudo pihole -a -p pa22w0rd
    where pa22w0rd is the password to be set in this example, one can enable the authentication system of this web interface. Thereafter, a login is required for most sites (the main page will show a limited amount of statistics). Note that the authentication system may be disabled again, by setting an empty password using the command shown above. The Help center will show more details concerning the authentication system only if it is enabled

    +

    Using the command

    sudo pihole -a -p pa22w0rd
    where pa22w0rd is the password to be set in this example, one can enable the authentication system of this web interface. Thereafter, a login is required for most pages (the main page will show a limited amount of statistics). Note that the authentication system may be disabled again, by setting an empty password using the command shown above. The Help center will show more details concerning the authentication system only if it is enabled