mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-15 07:26:03 +00:00
Fix a few typos
This commit is contained in:
@@ -23,7 +23,7 @@ To add a new document or guide.
|
||||
|
||||
|
||||
### Testing your changes.
|
||||
Whilst working on this repo, it is advised that you review your own changes locally before commiting them. The `mkdocs serve` command can be used to live preview your changes (as you type) on your local machine.
|
||||
Whilst working on this repo, it is advised that you review your own changes locally before committing them. The `mkdocs serve` command can be used to live preview your changes (as you type) on your local machine.
|
||||
|
||||
Please make sure you fork the repo and change the clone URL in the example below for your fork:
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@ Gravity is one of the most important scripts of Pi-hole. Its main purpose is to
|
||||
* It will attempt to parse the file into a domains-only format if necessary
|
||||
* Lists are merged, comments removed, sorted uniquely and stored as `list.preEventHorizon`
|
||||
* Whitelisted entries within `/etc/pihole/whitelist.txt` are removed from `list.preEventHorizon` and saved into a temporary file
|
||||
* Blacklisted, "localhost" and temporary file entries are added as seperate `.list` files
|
||||
* Blacklisted, "localhost" and temporary file entries are added as separate `.list` files
|
||||
* Gravity cleans up temporary content and reloads the DNS server
|
||||
|
||||
### Logging
|
||||
@@ -272,7 +272,7 @@ Help Command | N/A
|
||||
Script Location | [`/opt/pihole/webpage.sh`](https://github.com/pi-hole/pi-hole/blob/master/advanced/Scripts/webpage.sh)
|
||||
Example Usage | [`pihole -a -p secretpassword`](https://discourse.pi-hole.net/t/the-pihole-command-with-examples/738#web-password)
|
||||
|
||||
Set Web Interface password. Password can be entered as an option (e.g: `pihole -a -p secretpassword`), or seperately as to not display on screen (e.g: `pihole -a -p`).
|
||||
Set Web Interface password. Password can be entered as an option (e.g: `pihole -a -p secretpassword`), or separately as to not display on screen (e.g: `pihole -a -p`).
|
||||
|
||||
### Temperature Unit
|
||||
| | |
|
||||
|
||||
@@ -41,6 +41,6 @@ We specifically add the following capabilities to `pihole-FTL`:
|
||||
- `CAP_NET_RAW`: use raw and packet sockets (we need a RAW socket for handling DHCPv6 requests)
|
||||
- `CAP_NET_ADMIN`: modify routing tables and other network-related operations (to allow for handling DHCP requests)
|
||||
|
||||
Users that cannot use Linux capabilites for various reasons (lacking kernel or file system support) can modify the startup scripts of `pihole-FTL` to ensure the daemon is started as `root`. However, be aware of that you do so on your own risk (although we don't expect problems to arise).
|
||||
Users that cannot use Linux capabilities for various reasons (lacking kernel or file system support) can modify the startup scripts of `pihole-FTL` to ensure the daemon is started as `root`. However, be aware of that you do so on your own risk (although we don't expect problems to arise).
|
||||
|
||||
{!abbreviations.md!}
|
||||
|
||||
Reference in New Issue
Block a user