diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4b54cc8 --- /dev/null +++ b/.github/dependabot.yml @@ -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" diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index 068e076..e583d5c 100755 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -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. diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index 0c284d2..630723b 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -27,7 +27,7 @@ The following operating systems are **officially** supported: | Raspberry Pi OS
(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 | diff --git a/docs/routers/fritzbox.md b/docs/routers/fritzbox.md index 65093d4..7e10abc 100644 --- a/docs/routers/fritzbox.md +++ b/docs/routers/fritzbox.md @@ -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. ![Screenshot der Fritz!Box DHCP Einstellungen](../images/fritzbox-advanced.png) diff --git a/package-lock.json b/package-lock.json index 8372968..da00f33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": {