mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-21 02:07:07 +00:00
Merge branch 'master' into dependabot/npm_and_yarn/normalize-url-4.5.1
This commit is contained in:
26
.github/dependabot.yml
vendored
Normal file
26
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "10:00"
|
||||
open-pull-requests-limit: 10
|
||||
versioning-strategy: increase
|
||||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "10:00"
|
||||
open-pull-requests-limit: 10
|
||||
allow:
|
||||
- dependency-type: direct
|
||||
- dependency-type: indirect
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "10:00"
|
||||
@@ -46,7 +46,7 @@ Rate-limiting may be disabled altogether by setting `RATE_LIMIT=0/0` (this resul
|
||||
|
||||
#### `MAXLOGAGE=24.0` {#maxlogage data-toc-label='Max Log Age'}
|
||||
|
||||
Up to how many hours of queries should be imported from the database and logs? Maximum is 24.0
|
||||
Up to how many hours of queries should be imported from the database and logs? Values greater than the hard-coded maximum of 24h need a locally compiled `FTL` with a changed compile-time value.
|
||||
|
||||
#### `PRIVACYLEVEL=0|1|2|3` {#privacylevel data-toc-label='Privacy Level'}
|
||||
|
||||
@@ -201,6 +201,10 @@ Print debugging information about database actions. This prints performed SQL st
|
||||
|
||||
Prints a list of the detected interfaces on the startup of `pihole-FTL`. Also, prints whether these interfaces are IPv4 or IPv6 interfaces.
|
||||
|
||||
#### `DEBUG_EDNS0=false|true` {#debug_edns0 data-toc-label='EDNS0'}
|
||||
|
||||
Print debugging information about received EDNS(0) data.
|
||||
|
||||
#### `DEBUG_LOCKS=false|true` {#debug_locks data-toc-label='Locks'}
|
||||
|
||||
Print information about shared memory locks. Messages will be generated when waiting, obtaining, and releasing a lock.
|
||||
|
||||
@@ -27,7 +27,7 @@ The following operating systems are **officially** supported:
|
||||
| Raspberry Pi OS <br>(formerly Raspbian) | Stretch / Buster | ARM |
|
||||
| Ubuntu | 16.x / 18.x / 20.x | ARM / x86_64 |
|
||||
| Debian | 9 / 10 | ARM / x86_64 / i386 |
|
||||
| Fedora | 31 / 32 | ARM / x86_64 |
|
||||
| Fedora | 32 / 33 | ARM / x86_64 |
|
||||
| CentOS | 7 / 8 | x86_64 |
|
||||
|
||||
<!-- markdownlint-disable code-block-style -->
|
||||
|
||||
@@ -6,7 +6,7 @@ This guide is IPv4 only. You need to adjust for IPv6 accordingly.
|
||||
|
||||
### Enable advanced settings
|
||||
|
||||
Some of the the follwowing settings might be visible only if advanced settings are enabled. Therefore, "View" has to be changed to advanced by clicking on "Standard" in the lower left corner.
|
||||
Some of the the following settings might be visible only if advanced settings are enabled. Therefore, "View" has to be changed to advanced by clicking on "Standard" in the lower left corner.
|
||||
|
||||

|
||||
|
||||
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -1752,9 +1752,9 @@
|
||||
}
|
||||
},
|
||||
"trim-newlines": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.0.tgz",
|
||||
"integrity": "sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
|
||||
"integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
|
||||
"dev": true
|
||||
},
|
||||
"type-fest": {
|
||||
|
||||
Reference in New Issue
Block a user