adding teleport command doc

This commit is contained in:
Conor O'Callaghan
2020-12-04 14:50:47 +00:00
parent 6fe5b2078d
commit 06fba6d655
+11
View File
@@ -267,6 +267,7 @@ Switch Pi-hole subsystems to a different GitHub branch. An admin can specify rep
-------------- | --------------
[Web Script](#web-script) | `pihole -a`
[Password](#password) | `pihole -a password`
[Teleport](#teleport) | `pihole -a -t`
[Temperature Unit](#temperature-unit) | `pihole -a celsius`, `pihole -a fahrenheit`, `pihole -a kelvin`
[Host Record](#host-record) | `pihole -a hostrecord`
[Email Address](#email-address) | `pihole -a email`
@@ -292,6 +293,16 @@ Example Usage | [`pihole -a -p secretpassword`](https://discourse.pi-hole.net/
Set the Web Interface password. Password can be entered as an option (e.g: `pihole -a -p secretpassword`), or separately as to not display on the screen (e.g: `pihole -a -p`).
### Teleport
| | |
-------------- | --------------
Help Command | N/A
Script Location | N/A
Example Usage | `pihole -a -t`
Create a configuration backup. The backup will be created in the directory from which the command is run. The backup can be imported using the Settings > Teleport page.
### Temperature Unit
| | |