Requested changes (also tabs -> spaces)

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
pull/2205/head
Rob Gill 6 years ago committed by GitHub
parent ef65bac79b
commit d01a568b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ Pi-hole : A black-hole for internet advertisements
.br
\fBpihole -a\fR \fB-p\fR password
.br
\fBpihole -a\fR (-c|-f|-k)
\fBpihole -a\fR (\fB-c|-f|-k\fR)
.br
\fBpihole -a\fR [\fB-r\fR hostrecord]
.br
@ -33,10 +33,12 @@ pihole -g\fR
.br
\fBpihole\fR -\fBq\fR [options]
.br
\fBpihole\fR \fB-l\fR (on|off|off noflush)
\fBpihole\fR \fB-l\fR (\fBon|off|off noflush\fR)
.br
\fBpihole -up \fR[--checkonly]
.br
\fBpihole -v\fR [-p|-a|-f] [-c|-l|-hash]
.br
\fBpihole uninstall
.br
pihole status
@ -56,269 +58,273 @@ Available commands and options:
\fB-w, whitelist\fR [options] [<domain1> <domain2 ...>]
.br
Adds or removes specified domain or domains tho the Whitelist
Adds or removes specified domain or domains tho the Whitelist
.br
\fB-b, blacklist\fR [options] [<domain1> <domain2 ...>]
.br
Adds or removes specified domain or domains to the blacklist
Adds or removes specified domain or domains to the blacklist
.br
\fB-wild, wildcard\fR [options] [<domain1> <domain2 ...>]
.br
Add or removes specified domain, and all subdomains to the blacklist
.br
Add or removes specified domain, and all subdomains to the blacklist
.br
(Whitelist/Blacklist manipulation options):
(Whitelist/Blacklist manipulation options):
.br
-d, --delmode Remove domain(s) from the list
-d, --delmode Remove domain(s) from the list
.br
-nr, --noreload Update list without refreshing dnsmasq
-nr, --noreload Update list without refreshing dnsmasq
.br
-q, --quiet Make output less verbose
-q, --quiet Make output less verbose
.br
-l, --list Display all your listed domains
-l, --list Display all your listed domains
.br
--nuke Removes all entries in a list
--nuke Removes all entries in a list
.br
\fB-d, debug\fR [\fB-a\fR]
\fB-d, debug\fR [-a]
.br
Start a debugging session Add '-a' to enable automated debugging
Start a debugging session
.br
-a Enable automated debugging
.br
\fB-f, flush\fR
.br
Flush the Pi-hole log
Flush the Pi-hole log
.br
.br
\fB-r, reconfigure\fR
.br
Reconfigure or Repair Pi-hole subsystems
Reconfigure or Repair Pi-hole subsystems
.br
\fB-t, tail\fR
.br
View the live output of the Pi-hole log
View the live output of the Pi-hole log
.br
\fB-a, admin\fR [options] Console
\fB-a, admin\fR [options]
.br
.br
(Admin console options):
(Admin options):
.br
-p, password Set Admin Console password
-p, password Set Web Interface password
.br
-c, celsius Set Celsius as preferred temperature unit
-c, celsius Set Celsius as preferred temperature unit
.br
-f, fahrenheit Set Fahrenheit as preferred temperature unit
-f, fahrenheit Set Fahrenheit as preferred temperature unit
.br
-k, kelvin Set Kelvin as preferred temperature unit
-k, kelvin Set Kelvin as preferred temperature unit
.br
-r, hostrecord Add a name to the DNS associated to an IPv4/IPv6 address
-r, hostrecord Add a name to the DNS associated to an IPv4/IPv6 address
.br
-e, email Set an administrative contact address for the Block Page
-e, email Set an administrative contact address for the Block Page
.br
-i, interface Specify dnsmasq's interface listening behavior
-i, interface Specify dnsmasq's interface listening behavior
.br
-l, privacylevel <level> Set privacy level (0 = lowest, 3 = highest)
-l, privacylevel <level> Set privacy level (0 = lowest, 3 = highest)
.br
.br
\fB-c, chronometer\fR [options]
.br
Calculates stats and displays to an LCD
Calculates stats and displays to an LCD
.br
(Chronometer Options):
(Chronometer Options):
.br
-j, --json Output stats as JSON formatted string
-j, --json Output stats as JSON formatted string
.br
-r, --refresh Set update frequency (in seconds)
-r, --refresh Set update frequency (in seconds)
.br
-e, --exit Output stats and exit witout refreshing
-e, --exit Output stats and exit witout refreshing
.br
\fB-g, updateGravity\fR
.br
Update the list of ad-serving domains
Update the list of ad-serving domains
.br
\fB-q, query\fR [option]
.br
Query the adlists for a specified domain
Query the adlists for a specified domain
.br
(Query options):
(Query options):
.br
-adlist Print the name of the block list URL
-adlist Print the name of the block list URL
.br
-exact Search the block lists for exact domain matches
-exact Search the block lists for exact domain matches
.br
-all Return all query matches within a block list
-all Return all query matches within a block list
.br
\fB-h, --help, help\fR
.br
Show a help dialog
Show a help dialog
.br
\fB-l, logging\fR [on|off|off noflush]
.br
Specify whether the Pi-hole log should be used
Specify whether the Pi-hole log should be used
.br
(Logging options):
.br
on Enable the Pi-hole log at /var/log/pihole.log
on Enable the Pi-hole log at /var/log/pihole.log
.br
off Disable and flush the Pi-hole log at /var/log/pihole.log
off Disable and flush the Pi-hole log at /var/log/pihole.log
.br
off noflush Disable the Pi-hole log at /var/log/pihole.log
off noflush Disable the Pi-hole log at /var/log/pihole.log
.br
.br
\fB-up, updat\fBe\fR\fR\fBPihole\fR [--check-only]
.br
Update Pi-hole subsystems
Update Pi-hole subsystems
.br
Add '--check-only' to exit script before update is performed.
--check-only Exit script before update is performed.
.br
\fB-v, version\fR [repo] [options]
.br
Show installed versions of Pi-hole, Admin Console &amp; FTL
Show installed versions of Pi-hole, Web Interface &amp; FTL
.br
.br
(repo options):
(repo options):
.br
-p, --pihole Only retrieve info regarding Pi-hole repository
-p, --pihole Only retrieve info regarding Pi-hole repository
.br
-a, --admin Only retrieve info regarding AdminLTE repository
-a, --admin Only retrieve info regarding AdminLTE repository
.br
-f, --ftl Only retrieve info regarding FTL repository
-f, --ftl Only retrieve info regarding FTL repository
.br
(version options):
(version options):
.br
-c, --current Return the current version
-c, --current Return the current version
.br
-l, --latest Return the latest version
-l, --latest Return the latest version
.br
--hash Return the Github hash from your local repositories
--hash Return the Github hash from your local repositories
.br
\fBuninstall\fR
.br
Uninstall Pi-hole from your system
Uninstall Pi-hole from your system
.br
\fBstatus\fR
.br
Display the running status of Pi-hole subsystems
Display the running status of Pi-hole subsystems
.br
\fBenable\fR
.br
Enable Pi-hole subsystems
Enable Pi-hole subsystems
.br
\fBdisable\fR [time]
.br
Disable Pi-hole subsystems, optionally for a set duration
Disable Pi-hole subsystems, optionally for a set duration
.br
.br
(time options):
(time options):
.br
#s Disable Pi-hole functionality for # second(s)
#s Disable Pi-hole functionality for # second(s)
.br
#m Disable Pi-hole functionality for # minute(s)
#m Disable Pi-hole functionality for # minute(s)
.br
\fBrestartdns\fR
.br
Restart Pi-hole subsystems
Restart Pi-hole subsystems
.br
\fBcheckout\fR [repo][branch]
.br
Switch Pi-hole subsystems to a different Github branch
Switch Pi-hole subsystems to a different Github branch
.br
(repo options):
(repo options):
.br
core Change the branch of Pi-hole's core subsystem
core Change the branch of Pi-hole's core subsystem
.br
web Change the branch of Admin Console subsystem
web Change the branch of Admin Console subsystem
.br
ftl Change the branch of Pi-hole's FTL subsystem
ftl Change the branch of Pi-hole's FTL subsystem
.br
(branch options):
(branch options):
.br
master Update subsystems to the latest stable release
master Update subsystems to the latest stable release
.br
dev Update subsystems to the latest development release
dev Update subsystems to the latest development release
.br
branchname Update subsystems to the specified branchname
.br
.SH "EXAMPLE"
Some usage examples
.br
Whitelist/blacklist manipulation
Whitelist/blacklist manipulation
.br
\fBpihole -w iloveads.example.com\fR Add "iloveads.example.com" to whitelist
\fBpihole -w iloveads.example.com\fR Add "iloveads.example.com" to whitelist
.br
\fBpihole -b -d noads.example.com\fR Remove "noads.example.com" from blacklist
\fBpihole -b -d noads.example.com\fR Remove "noads.example.com" from blacklist
.br
\fBpihole -wild ads.example\fR Add "ads.example" as wildcard - would block ads.example.net
\fBpihole -wild example\fR Add "example" as wildcard - would block ads.example.net, example.com etc.
.br
Changing the web ui password
Changing the web ui password
.br
.br
\fBpihole -a -p ExamplePassword\fR Change the password to "ExamplePassword"
\fBpihole -a -p ExamplePassword\fR Change the password to "ExamplePassword"
.br
Updating lists from internet sources
Updating lists from internet sources
.br
.br
\fBpihole -g\fR Update the list of ad-serving domains
\fBpihole -g\fR Update the list of ad-serving domains
.br
Displaying version information
Displaying version information
.br
.br
\fBpihole -v -c\fR Display the current version of AdminLTE
\fBpihole -v -a -c\fR Display the current version of AdminLTE
.br
.br
Temporarily disabling Pi-hole
Temporarily disabling Pi-hole
.br
.br
\fBpihole disable 5m\fR Disable Pi-hole functionality for five minutes
\fBpihole disable 5m\fR Disable Pi-hole functionality for five minutes
.br
.br
Switching Pi-hole subsystem branches
Switching Pi-hole subsystem branches
.br
.br
\fBpihole checkout master\fR Switch to master branch
\fBpihole checkout master\fR Switch to master branch
.br
\fBpihole checkout core dev\fR Switch to core development branch
\fBpihole checkout core dev\fR Switch to core development branch
.br
.SH "SEE ALSO"
dmasq(8), lighttpd(8)
dnsmasq(8), lighttpd(8)
.br
.SH "COLOPHON"

Loading…
Cancel
Save