dependabot[bot]
fadf52c195
Bump mkdocs-material from 9.0.11 to 9.0.12
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.0.11 to 9.0.12.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.0.11...9.0.12 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-11 10:56:37 +00:00
DL6ER
0e197267cd
Merge pull request #855 from pi-hole/tweak/regex_multiple_query_types
...
;querytype=... list support
2023-02-10 20:29:19 +01:00
DL6ER
45947e26d8
Merge branch 'master' into tweak/regex_multiple_query_types
2023-02-10 20:28:30 +01:00
yubiuser
bb466c9e89
Merge pull request #854 from pi-hole/tp_link
...
Add TP-Link router setup
2023-02-07 06:22:44 +01:00
Christian König
1c27fe6777
Add TP-Link router setup
...
Co-authored-by: bsimmo <bsimmo@users.noreply.github.com >
Signed-off-by: Christian König <ckoenig@posteo.de >
2023-02-07 06:21:44 +01:00
DL6ER
cc389e95e3
Document support of comma-separated query types in the regex extension ;querytype=A,AAAA. Furthermore, be a bit more explicit about what OTHER means in which context.
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2023-02-06 21:39:07 +01:00
yubiuser
3c1adad2ca
Merge pull request #849 from pi-hole/tweak/wireguard-nftables
...
Wireguard: nftables preferable over iptables
2023-02-06 21:29:07 +01:00
DL6ER
30cbe7a78d
Merge branch 'master' into tweak/wireguard-nftables
2023-02-06 21:17:56 +01:00
DL6ER
4f59d293f4
Address review comments
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2023-02-06 21:17:18 +01:00
yubiuser
e97ac8135d
Merge pull request #852 from pi-hole/dependabot/pip/mkdocs-material-9.0.11
...
Bump mkdocs-material from 9.0.6 to 9.0.11
2023-02-04 16:08:39 +01:00
dependabot[bot]
3733997564
Bump mkdocs-material from 9.0.6 to 9.0.11
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.0.6 to 9.0.11.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.0.6...9.0.11 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-04 10:00:34 +00:00
yubiuser
e656674480
Merge pull request #850 from josephistired/master
...
Update projects.md
2023-02-02 22:25:00 +01:00
Joseph Carmosino
b831d0d8ae
Update projects.md
...
Signed-off-by: Joseph Carmosino <65987360+josephistired@users.noreply.github.com >
2023-01-28 23:51:36 -05:00
yubiuser
985ffbcb18
Merge pull request #848 from pi-hole/unbound/apparmor
...
Unbound guide: Add AppArmor instructions for logging
2023-01-28 14:40:53 +01:00
DL6ER
567d81308f
Add AppArmor instructions for Debian/Ubuntu, etc. (see https://discourse.pi-hole.net/t/unbound-not-working-even-with-extra-steps/60117/10 for details)
2023-01-28 14:40:01 +01:00
yubiuser
eb451533ad
Merge pull request #847 from pi-hole/tweak/valgrind
...
Tweaks for the valgrind guide
2023-01-28 14:33:48 +01:00
DL6ER
3bf22e7ce1
Add correct TERMination command
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2023-01-28 14:33:03 +01:00
DL6ER
79538c68bd
Update valgrind one-liner to use option "--log-file" instead of a redirection.
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2023-01-28 14:33:03 +01:00
DL6ER
9289dc9be6
Merge pull request #834 from NickJLange/patch-1
...
Update unbound.md
2023-01-28 12:19:39 +01:00
DL6ER
a2a11e31b6
Merge branch 'master' into patch-1
2023-01-28 12:18:50 +01:00
DL6ER
7f7d13d10d
Merge pull request #846 from benbrookshire/patch-1
...
Update dnsmasq_warn.md
2023-01-28 12:16:58 +01:00
DL6ER
590cb5f86f
ntftables is by now the preferred method. It also has the benefit that we do not need to hard-code an interface. In this case, nftables can identify the correct interface to forward the packets to (typically the Internet) solely by looking at the kernel's routing table
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2023-01-28 12:09:24 +01:00
benbrookshire
05a0659356
Update dnsmasq_warn.md
...
add a link to more info on allowed packet sizes. allows pi-hole users to configure packet max size according to the individual upstream DNS service's max allowable packet size.
Signed-off-by: benbrookshire <42323694+benbrookshire@users.noreply.github.com >
2023-01-22 15:25:41 -06:00
Nick J Lange
bcce73a47b
Update docs/guides/dns/unbound.md
...
Co-authored-by: MichaIng <micha@dietpi.com >
Signed-off-by: Nick J Lange <nick.lange@gmail.com >
2023-01-22 15:42:51 -05:00
Nick J Lange
3eb45fee75
Update unbound.md
...
Per discussion on thread - https://discourse.pi-hole.net/t/warning-raspbian-october-2021-release-bullseye-unbound/51027/45 - Draft PR
Signed-off-by: Nick J Lange <nick.lange@gmail.com >
2023-01-22 15:23:40 -05:00
yubiuser
4c74cc9277
Merge pull request #844 from pi-hole/PromoFaux-patch-1
...
Remove Fedora 35
2023-01-22 19:22:48 +01:00
Adam Warner
632018afba
Remove Fedora 35
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2023-01-22 18:44:42 +01:00
yubiuser
cfed186a27
Merge pull request #845 from pi-hole/dependabot/pip/mkdocs-material-9.0.6
...
Bump mkdocs-material from 9.0.2 to 9.0.6
2023-01-21 14:32:19 +01:00
dependabot[bot]
af95d119c3
Bump mkdocs-material from 9.0.2 to 9.0.6
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.0.2 to 9.0.6.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.0.2...9.0.6 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-21 10:00:46 +00:00
yubiuser
7be75a047f
Merge pull request #823 from gstrauss/prereq-f37
...
update prerequisites to add Fedora 37 support
2023-01-15 21:09:56 +01:00
Glenn Strauss
114384ed1e
update prerequisites to add Fedora 37 support
...
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2023-01-15 21:08:16 +01:00
Adam Warner
d35d89caab
Merge pull request #835 from pi-hole/labels
...
Change labels in workflows
2023-01-15 19:36:35 +00:00
Christian König
59bb52938e
Change labels in workflows
...
Signed-off-by: Christian König <ckoenig@posteo.de >
2023-01-14 20:00:38 +01:00
yubiuser
f7befbb865
Merge pull request #841 from pi-hole/editorconfig
...
Add editorconfig and editorconfig-checker
2023-01-14 19:58:47 +01:00
Christian König
073fe70c8a
Add editorconfig and editorconfig-checker
...
Signed-off-by: Christian König <ckoenig@posteo.de >
2023-01-14 19:57:47 +01:00
yubiuser
5b53fe3302
Merge pull request #838 from pi-hole/dependabot/pip/mkdocs-material-9.0.2
...
Bump mkdocs-material from 8.5.11 to 9.0.2
2023-01-14 13:57:32 +01:00
Christian König
f90efeded4
Enable "edit this page" again
...
Signed-off-by: Christian König <ckoenig@posteo.de >
2023-01-14 13:55:50 +01:00
dependabot[bot]
af71213eed
Bump mkdocs-material from 8.5.11 to 9.0.2
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 8.5.11 to 9.0.2.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Upgrade guide](https://github.com/squidfunk/mkdocs-material/blob/master/docs/upgrade.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.5.11...9.0.2 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-14 13:55:50 +01:00
yubiuser
97b4e127a0
Merge pull request #843 from pi-hole/dependabot/github_actions/actions/setup-python-4.5.0
...
Bump actions/setup-python from 4.4.0 to 4.5.0
2023-01-14 13:54:24 +01:00
dependabot[bot]
28f3666d6d
Bump actions/setup-python from 4.4.0 to 4.5.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4.4.0...v4.5.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-14 10:00:33 +00:00
yubiuser
916cdbdf5b
Merge pull request #840 from pi-hole/fix/info
...
Fix info field
2023-01-08 09:16:22 +01:00
Christian König
815cffe3cf
Fix info field
...
Signed-off-by: Christian König <ckoenig@posteo.de >
2023-01-07 22:01:25 +01:00
yubiuser
ccd891770c
Merge pull request #836 from pi-hole/PromoFaux-patch-1
...
Clarify static IP information around dhcpcd5
2023-01-07 22:01:01 +01:00
Adam Warner
6bb3143b48
Clarify static IP information around dhcpcd5
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk >
2023-01-07 21:59:19 +01:00
Adam Warner
603f7496b8
Merge pull request #837 from pi-hole/dependabot/github_actions/actions/setup-node-3.6.0
...
Bump actions/setup-node from 3.5.1 to 3.6.0
2023-01-07 13:04:42 +00:00
dependabot[bot]
1b719d5594
Bump actions/setup-node from 3.5.1 to 3.6.0
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.5.1...v3.6.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-07 13:03:27 +00:00
Adam Warner
24fecde3bf
Merge pull request #839 from pi-hole/dependabot/github_actions/actions/checkout-3.3.0
...
Bump actions/checkout from 3.2.0 to 3.3.0
2023-01-07 13:02:43 +00:00
dependabot[bot]
84f8c7032a
Bump actions/checkout from 3.2.0 to 3.3.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-07 10:00:37 +00:00
yubiuser
3b93981595
Merge pull request #830 from pi-hole/action_close_stale_pr
...
Add action to close stale PR
2023-01-06 09:54:34 +01:00
RD WebDesign
858e168e00
Comments changed
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2023-01-05 18:26:23 -03:00