Commit Graph

2169 Commits

Author SHA1 Message Date
DL6ER
ef32afca09 Add note that FTL will run much slower in valgrind
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-11-15 18:41:06 +01:00
DL6ER
24477e30e3 Add docker-specific instructions for running pihole-FTL supervised by valgrind in the container
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-11-15 18:37:16 +01:00
DL6ER
51543da180 Rename ftldns/debugging -> ftldns/gdb for clarity
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-11-12 09:33:28 +01:00
DL6ER
883f042965 Add instrutions how to combine valgrind with gdb debugging
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-11-12 09:31:20 +01:00
DL6ER
8e155e3688 Add note about not being able to debug forks using gdb
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-11-11 14:16:49 +01:00
DL6ER
eb98c6cd65 Add further real-time signals to ignore - we never really want to break on real-time signals. We add more signals than we actually use as the start of the real-time signals (the value of SIGRTMIN) varies between systems. Typically, they start at 32 on Linux, however, POSIX threads (which we are using) may shift RTMIN to 34 (NPTL) or 35 (LinuxThreads) instead, see man signal(7) for further details
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-11-11 14:13:09 +01:00
yubiuser
1f77aba6f2 Add missing word
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: yubiuser <github@yubiuser.dev>
2024-11-09 17:27:40 +01:00
yubiuser
5a9b17e8ca Merge pull request #1129 from pi-hole/dependabot/pip/release/v6.0/pip-dependencies-9f7f3b73eb
Bump the pip-dependencies group with 2 updates
2024-11-09 12:07:50 +01:00
dependabot[bot]
bd877ca912 Bump the pip-dependencies group with 2 updates
Bumps the pip-dependencies group with 2 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocs-redirects](https://github.com/mkdocs/mkdocs-redirects).


Updates `mkdocs-material` from 9.5.43 to 9.5.44
- [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.5.43...9.5.44)

Updates `mkdocs-redirects` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/mkdocs/mkdocs-redirects/releases)
- [Commits](https://github.com/mkdocs/mkdocs-redirects/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: mkdocs-redirects
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-09 10:58:45 +00:00
DL6ER
b027938949 Add gdb section introduction
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-11-09 08:49:43 +01:00
DL6ER
3836980e3e Merge branch 'master' into release/v6.0
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-11-09 08:35:34 +01:00
yubiuser
77d410875d Merge pull request #1127 from pi-hole/dependabot/pip/master/pip-dependencies-0610082a93
Bump mkdocs-material from 9.5.42 to 9.5.43 in the pip-dependencies group
2024-11-02 11:39:28 +01:00
dependabot[bot]
babbea871d Bump mkdocs-material from 9.5.42 to 9.5.43 in the pip-dependencies group
Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-material` from 9.5.42 to 9.5.43
- [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.5.42...9.5.43)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-02 10:35:40 +00:00
yubiuser
d16a433e05 Merge pull request #1126 from pi-hole/dependabot/pip/release/v6.0/pip-dependencies-0610082a93
Bump mkdocs-material from 9.5.42 to 9.5.43 in the pip-dependencies group
2024-11-02 11:11:10 +01:00
dependabot[bot]
bfddfe5cc6 Bump mkdocs-material from 9.5.42 to 9.5.43 in the pip-dependencies group
Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-material` from 9.5.42 to 9.5.43
- [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.5.42...9.5.43)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-02 10:02:28 +00:00
yubiuser
e0efc3695d Merge pull request #1125 from pi-hole/dependabot/github_actions/master/github_action-dependencies-042d55de69
Bump the github_action-dependencies group with 3 updates
2024-10-26 14:14:22 +02:00
dependabot[bot]
f33142cfb2 Bump the github_action-dependencies group with 3 updates
Bumps the github_action-dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/checkout` from 4.2.1 to 4.2.2
- [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/v4.2.1...v4.2.2)

Updates `actions/setup-python` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5.2.0...v5.3.0)

Updates `actions/setup-node` from 4.0.4 to 4.1.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github_action-dependencies
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_action-dependencies
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_action-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-26 14:13:35 +02:00
yubiuser
d2e93a1cd0 Merge pull request #1124 from pi-hole/dependabot/pip/master/pip-dependencies-51ab7d45ad
Bump the pip-dependencies group with 2 updates
2024-10-26 14:12:59 +02:00
yubiuser
e62a86abe8 Merge pull request #1123 from pi-hole/dependabot/pip/release/v6.0/pip-dependencies-51ab7d45ad
Bump the pip-dependencies group with 2 updates
2024-10-26 14:12:37 +02:00
yubiuser
421f35559d Merge pull request #1122 from pi-hole/dependabot/github_actions/release/v6.0/github_action-dependencies-042d55de69
Bump the github_action-dependencies group with 3 updates
2024-10-26 14:09:42 +02:00
dependabot[bot]
bd6a760ca5 Bump the pip-dependencies group with 2 updates
Bumps the pip-dependencies group with 2 updates: [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.9 to 1.3.0
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.9...v1.3.0)

Updates `mkdocs-material` from 9.5.41 to 9.5.42
- [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.5.41...9.5.42)

---
updated-dependencies:
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-26 10:28:06 +00:00
dependabot[bot]
9fc0867578 Bump the pip-dependencies group with 2 updates
Bumps the pip-dependencies group with 2 updates: [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.9 to 1.3.0
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.9...v1.3.0)

Updates `mkdocs-material` from 9.5.41 to 9.5.42
- [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.5.41...9.5.42)

---
updated-dependencies:
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-26 10:21:12 +00:00
dependabot[bot]
116835ba3b Bump the github_action-dependencies group with 3 updates
Bumps the github_action-dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/checkout` from 4.2.1 to 4.2.2
- [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/v4.2.1...v4.2.2)

Updates `actions/setup-python` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5.2.0...v5.3.0)

Updates `actions/setup-node` from 4.0.4 to 4.1.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github_action-dependencies
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_action-dependencies
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_action-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-26 10:03:29 +00:00
DL6ER
762f4c1516 Add SIGRT6 and SIGRT7 descriptions
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-10-21 18:01:28 +02:00
yubiuser
e5433bfc5a Merge pull request #1066 from DiskCrasher/patch-1
Update cloudflared.md
2024-10-21 08:19:17 +02:00
Mike
fe96d8e7e9 Merge branch 'master' into patch-1
Signed-off-by: Mike <DiskCrasher@users.noreply.github.com>
2024-10-20 13:13:20 -07:00
Mike
79974f9e10 Update docs/guides/dns/cloudflared.md
Co-authored-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: Mike <DiskCrasher@users.noreply.github.com>
2024-10-20 12:53:51 -07:00
yubiuser
8baacf4b47 Merge pull request #1121 from ChristophorusReyhan/patch-1
Update cloudflared.md for installation on different machine
2024-10-19 19:12:26 +02:00
ChristophorusReyhan
cfe105e84f Update cloudflared.md
Add waning

Signed-off-by: ChristophorusReyhan <39609246+ChristophorusReyhan@users.noreply.github.com>
2024-10-19 22:42:37 +07:00
ChristophorusReyhan
adc8b15f06 Update cloudflared.md
Add a step if cloudflared runs on different machine

Signed-off-by: ChristophorusReyhan <39609246+ChristophorusReyhan@users.noreply.github.com>
2024-10-19 21:05:35 +07:00
yubiuser
020c7775fa Merge pull request #1120 from pi-hole/dependabot/pip/release/v6.0/pip-dependencies-d5cb191d72
Bump mkdocs-material from 9.5.40 to 9.5.41 in the pip-dependencies group
2024-10-19 12:59:25 +02:00
dependabot[bot]
d14f2cc9c7 Bump mkdocs-material from 9.5.40 to 9.5.41 in the pip-dependencies group
Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-material` from 9.5.40 to 9.5.41
- [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.5.40...9.5.41)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-19 10:42:17 +00:00
yubiuser
3efdb5cf46 Merge pull request #1119 from pi-hole/dependabot/pip/master/pip-dependencies-d5cb191d72
Bump mkdocs-material from 9.5.40 to 9.5.41 in the pip-dependencies group
2024-10-19 12:33:18 +02:00
dependabot[bot]
a8bed10dc1 Bump mkdocs-material from 9.5.40 to 9.5.41 in the pip-dependencies group
Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-material` from 9.5.40 to 9.5.41
- [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.5.40...9.5.41)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-19 10:10:16 +00:00
yubiuser
11d241d8e2 Merge pull request #1117 from pi-hole/dependabot/pip/master/pip-dependencies-2fa875aea2
Bump mkdocs-material from 9.5.39 to 9.5.40 in the pip-dependencies group
2024-10-12 16:17:42 +02:00
yubiuser
4aa3822d48 Merge pull request #1116 from pi-hole/dependabot/npm_and_yarn/release/v6.0/npm-dependencies-d83d990322
Bump linkinator from 6.1.1 to 6.1.2 in the npm-dependencies group
2024-10-12 16:16:06 +02:00
yubiuser
20147b1328 Merge pull request #1115 from pi-hole/dependabot/github_actions/release/v6.0/github_action-dependencies-a9bb80ae19
Bump actions/checkout from 4.2.0 to 4.2.1 in the github_action-dependencies group
2024-10-12 16:15:35 +02:00
dependabot[bot]
b69b4c6f5a Bump mkdocs-material from 9.5.39 to 9.5.40 in the pip-dependencies group
Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-material` from 9.5.39 to 9.5.40
- [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.5.39...9.5.40)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 14:15:28 +00:00
yubiuser
c6a966c222 Merge pull request #1114 from pi-hole/dependabot/pip/release/v6.0/pip-dependencies-2fa875aea2
Bump mkdocs-material from 9.5.39 to 9.5.40 in the pip-dependencies group
2024-10-12 16:14:50 +02:00
yubiuser
471414cde7 Merge pull request #1113 from pi-hole/dependabot/npm_and_yarn/master/npm-dependencies-d83d990322
Bump linkinator from 6.1.1 to 6.1.2 in the npm-dependencies group
2024-10-12 14:40:11 +02:00
dependabot[bot]
4090db47b6 Bump linkinator from 6.1.1 to 6.1.2 in the npm-dependencies group
Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator).


Updates `linkinator` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v6.1.1...v6.1.2)

---
updated-dependencies:
- dependency-name: linkinator
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 12:39:29 +00:00
yubiuser
f3427d0e5f Merge pull request #1112 from pi-hole/dependabot/github_actions/master/github_action-dependencies-a9bb80ae19
Bump actions/checkout from 4.2.0 to 4.2.1 in the github_action-dependencies group
2024-10-12 14:38:30 +02:00
dependabot[bot]
d04d4bc0dc Bump linkinator from 6.1.1 to 6.1.2 in the npm-dependencies group
Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator).


Updates `linkinator` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v6.1.1...v6.1.2)

---
updated-dependencies:
- dependency-name: linkinator
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 10:50:22 +00:00
dependabot[bot]
36915de8d5 Bump actions/checkout in the github_action-dependencies group
Bumps the github_action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.2.0 to 4.2.1
- [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/v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github_action-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 10:25:52 +00:00
dependabot[bot]
86ae7a3054 Bump mkdocs-material from 9.5.39 to 9.5.40 in the pip-dependencies group
Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-material` from 9.5.39 to 9.5.40
- [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.5.39...9.5.40)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 10:16:08 +00:00
dependabot[bot]
f2024549c2 Bump actions/checkout in the github_action-dependencies group
Bumps the github_action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.2.0 to 4.2.1
- [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/v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github_action-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 10:05:44 +00:00
yubiuser
8a02af46cd Merge pull request #1110 from pi-hole/update/OS_list
Remove version and architecture info from supported OS list
2024-10-06 09:58:35 +02:00
yubiuser
b0ab974181 Remove version and architecture info from supported OS list
Signed-off-by: yubiuser <github@yubiuser.dev>
2024-10-05 23:23:20 +02:00
yubiuser
426e3e5775 Merge pull request #1109 from pi-hole/dependabot/pip/master/pip-dependencies-5d708111c2
Bump mkdocs-material from 9.5.38 to 9.5.39 in the pip-dependencies group
2024-10-05 13:59:49 +02:00
yubiuser
d7ab40231d Merge pull request #1108 from pi-hole/dependabot/pip/release/v6.0/pip-dependencies-5d708111c2
Bump mkdocs-material from 9.5.38 to 9.5.39 in the pip-dependencies group
2024-10-05 13:55:48 +02:00