mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-25 22:09:49 +00:00
Move "all" down in help text to not suggest that it is the default
This commit is contained in:
parent
b74862bfc5
commit
3adf8785d8
1 changed files with 3 additions and 3 deletions
|
@ -28,10 +28,10 @@ helpFunc() {
|
||||||
::: -k, kelvin Set Kelvin temperature unit
|
::: -k, kelvin Set Kelvin temperature unit
|
||||||
::: -h, --help Show this help dialog
|
::: -h, --help Show this help dialog
|
||||||
::: -i, interface Setup interface listening behavior of dnsmasq
|
::: -i, interface Setup interface listening behavior of dnsmasq
|
||||||
::: pihole -a -i all : Listen on all interfaces, permit all origins
|
|
||||||
::: pihole -a -i single : Listen only on one interface (see PIHOLE_INTERFACE)
|
|
||||||
::: pihole -a -i local : Listen on all interfaces, but allow only queries from
|
::: pihole -a -i local : Listen on all interfaces, but allow only queries from
|
||||||
::: devices that are at most one hop away (local devices)
|
::: devices that are at most one hop away (local devices)
|
||||||
|
::: pihole -a -i single : Listen only on one interface (see PIHOLE_INTERFACE)
|
||||||
|
::: pihole -a -i all : Listen on all interfaces, permit all origins
|
||||||
EOM
|
EOM
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue