Commit Graph

1417 Commits (master)

Author SHA1 Message Date
DL6ER 91b4233d3a
Add backend option to set rate-limit from the dashboard
2 years ago
Christian König f4286a4d12
Fix log flush with new query database schema
2 years ago
Adam Warner 08999bf315
Use case insensitive deletion when removing custom CNAME/DNS records in case of manual entries with mixed case having been added
2 years ago
Adam Warner 2bd670a3dd
Merge pull request #4582 from lschloetterer/patch-1
2 years ago
Lukas Schlötterer 2a0bb5b9ee Create second entry for teleporter and adjust spacing
2 years ago
DL6ER 844c4dcdc8
Merge pull request #4584 from pi-hole/fix/gravity_internal_sqlite3
2 years ago
Lukas Schlötterer 881d92632c
add hint for custom teleporter filename to help function
2 years ago
DL6ER 76d4e1209f
Merge pull request #4585 from pi-hole/tweak/sed-add-if-not-exists
2 years ago
Adam Warner 77e5121d43
Split new function out into a separte utility script and add a test for it. Can be used in future to organise re/commonly-used code
2 years ago
DL6ER 8cbffa179d
Replace remaining sqlite3 calls by calls to our embedded pihole-FTL sqlite3 engine and remove sqlite3 as dependency in the installer.
2 years ago
Lukas Schlötterer bad6d8a59e
add parameter to set filename for teleporter
2 years ago
Christian König 7aa28e4a3a
Do a full fetch
2 years ago
RD WebDesign 6ead24b315
Move space into variable (#4562)
2 years ago
DL6ER ec3a5c2989
Merge pull request #4543 from pi-hole/tweak/debug_ipaddr
2 years ago
DL6ER b20b38d44f
Include ip addr show and ip route show for us to help with local-service issues (where hops-away is measured)
2 years ago
Christian König a65a841c56
Remove oneline from ss call
2 years ago
Adam Warner 3097c8fbdc
Skip the required ports check if installed in docker container. Unpriv'ed containers do not have access to the information required to resolve the service name listening - and the container should not start if there was a port conflict anyway (#4536)
2 years ago
Christian König 81698ef1ed
Fix Pi-hole status in chronometer
2 years ago
DL6ER 5823f5e254
Use ss instead of lsof (#4518)
2 years ago
Adam Warner 7807a93e10
If PIHOLE_DOCKER_TAG is set, then include that info in the debug run (#4515)
2 years ago
yubiuser 241e53ed45
Skip debug upload question if called from web interface (#4494)
2 years ago
Omoeba 5b84cd0a61
Fix IPv6 support when Pi-hole is a router
2 years ago
yubiuser 920cf6de14
Check for updates on master based on tags not commits (#4475)
2 years ago
DL6ER 1eb31174a5
Merge pull request #4455 from pi-hole/comment
2 years ago
yubiuser ff4487ff74
Escape quotes
2 years ago
yubiuser 669f1b0f4a
Address reviewer's comment
2 years ago
DL6ER 31de661bbb
Merge pull request #4414 from pi-hole/debug/custom.list
2 years ago
DL6ER c0f454ddfa
Add new interface listening option "bind" (#4476)
2 years ago
Christian König b52a3a021d
Add comment help text to list function
2 years ago
Subhaditya Nath ba6d700e7e
Fix `pihole -v` output if WebAdmin not installed (#4370)
2 years ago
jbzdarkid bc8150adfa Clean up bash script formatting
3 years ago
Christian König e733553295
Remove unused code from webpage.sh
3 years ago
Christian König c1eb35a35e
Add custom.list (Local DNS Records) to debug log
3 years ago
Christian König 596689b4c9
Validate host/domain of Local DNS records as well
3 years ago
Christian König a872fabe7d Validate on removal as well
3 years ago
Christian König bc21a7155d Add option to not reload
3 years ago
Christian König b7bba6a689 Validate when adding not when removing
3 years ago
DL6ER 16fb6665ec
Merge pull request #4380 from pi-hole/df
3 years ago
Christian König d84da71310 Only show lines not containing sensitive keywords
3 years ago
Christian König 77a30ac0c2 Use mapfile
3 years ago
Christian König fdc4cf9869 Fix stickler
3 years ago
Christian König a0ecfcc1dc Include df -h in debug log
3 years ago
Christian König b30d729aa4 Simplify vw_adlist
3 years ago
yubiuser f3acc7c839
Make debug log file size human readable (#4350)
3 years ago
Adam Warner 55dce14655
Add execution bit accidentally dropped in #4106 (#4368)
3 years ago
Andras Tim 541257849d
List fix: no reload (#3981)
3 years ago
yubiuser 38bb4a4908
Remove unused wildcard_regex_converter.sh (#4369)
3 years ago
yubiuser 6d670991c3
Perform a check of required packages befor updating pihole (#4326)
3 years ago
DL6ER 89b1cfcd85
Merge pull request #4243 from yubiuser/debug_dnsmasq
3 years ago
DL6ER 0df099a6a5
Merge pull request #4312 from yubiuser/debug_dnsmasq.conf
3 years ago
DL6ER d0e8b0c962
Forward unqualified names to the CF target only when the "Never forward non-FQDN" option is NOT ticked
3 years ago
Dan Schaper d48d3aba69
Merge pull request #4305 from pi-hole/tweak/debug_curl
3 years ago
DL6ER cbc99d45c6
Small style change to finished debug upload display
3 years ago
DL6ER be68a5339c
Apply same improvement to pihole tricorder feature
3 years ago
DL6ER 606b05eec1
Ensure curl is either storing a valid token or a meaningful error message
3 years ago
Christian König 6941155572 Add content of /etc/dnsmasq.conf to debug output
3 years ago
Christian König 6fec4acd82 Add content of /etc/resolv.conf to debug output
3 years ago
DL6ER b241a19e87
Use --no-progress-meter instead of --silent so error reasons are printed
3 years ago
DL6ER 21897d7fbd
Add warning if curl failed
3 years ago
DL6ER 06fd8123c3
Also remove "rev-server" lines when rewriting 01-pihole.conf
3 years ago
DL6ER c2f3477a82
Ensure conditional forwarding will forward unqualified host names if we have no local answer for them.
3 years ago
yubiuser ee749f700f
Add switching 'to...from' message to ftl checkout output (#4266)
3 years ago
yubiuser bb7c7cdf33
Add uptime to debug log (#4265)
3 years ago
Dan Schaper b729a44209
Merge pull request #4246 from pi-hole/tweak/debug_noipcheck
3 years ago
Adam Warner 5a55fa5e48
Merge pull request #4263 from pi-hole/tweak/debugports
3 years ago
Adam Warner d419eaf463
Merge branch 'development' into release/v5.4
3 years ago
Dan Schaper 2ec4e84db4
Merge branch 'development' into fix-logrotate-conflict
3 years ago
Dan Schaper 075b3f6468
Remove ports, nc option and fix wording.
3 years ago
Christian König d2c75a33d5 Increase width of ID column in adlist and domain table in debug script
3 years ago
Christian König aa2da80768 Remove traces of unused files
3 years ago
Christian König b05fc5bb2b Remove specific dnsmasq config files from requiered files
3 years ago
Christian König c99c86af7f Make all dir list output human readable
3 years ago
Christian König f552173be3 Resolve merge conflict
3 years ago
DL6ER d02aa3ced1
Fix error on checking interfaces that are not dual-stack
3 years ago
DL6ER fbfec961d5
Remove comparison of IP addresses with setupVars.conf
3 years ago
Christian König 0c125eba2c Make output of SHM dir human readable
3 years ago
Kenneth Chew 092e533a30
Add `-t` option to Admin Console help dialog
3 years ago
Faye Duxovni aa5c15a728 give pihole its own logrotate state file
3 years ago
Daniel fdca19e66d Support and test Debian Bullsye (11)
3 years ago
DL6ER a0d74d1e9d
Canary domain handling is now happening in FTL where we have much finer control over it.
3 years ago
Adam Warner 0cbf77eb9f
Merge pull request #4131 from pi-hole/fix/gravity_no_locallist
3 years ago
Adam Warner e80e54a61a
head_line -> line
3 years ago
Adam Warner 9b9e907013
Merge branch 'development' into debug_tail_log
3 years ago
Adam Warner 4ac4bc5c18
Merge branch 'development' into fix/gravity_no_locallist
3 years ago
Adam Warner a1d85155fd
Merge pull request #4178 from pi-hole/fix/custom_dns_removal
3 years ago
Dan Schaper 01764cc581
Explicity declare values for the RA packet.
3 years ago
Christian König 08cf9aa5a7 Declare and assign 'logging_enabled' separately
3 years ago
Christian König 1ae67e1de8 Only inform user about disabled logging, don't skipp printing pihole.log
3 years ago
Christian König f2cba6cad1 Skip analyze_pihole_log if query logging has been disabled
3 years ago
Christian König df3c46349a Add tail of pihole.log to debug output
3 years ago
DL6ER a9e761ec13
Add missing sed anchors when deleting lines.
3 years ago
Adam Warner 5895690b58
this has been annoying me for months
3 years ago
DL6ER 3b574096b8
Remove duplicated lo test
3 years ago
DL6ER 58905a1188
Modify debugger to test name resolution on all available interfaces
3 years ago
Adam Warner b388ac5bb5
Merge pull request from GHSA-3597-244c-wrpj
3 years ago
Adam Warner 45d4ab4c22
Add some validation to passed arguments before running the values through `sed`
3 years ago
DL6ER f536718aaa
Use possibly custom gravity.db location in the copying SQL script
3 years ago
DL6ER f1740da9ff
Update gravity path in query.sh
3 years ago
DL6ER 9bdbe88a66
Update gravity path in list.sh
3 years ago
Dan Schaper f27fd9f899
Merge pull request #3982 from andras-tim/list-fix-same-wildcard-regex
3 years ago
DL6ER 57fe3b6621
Merge pull request #3951 from pi-hole/new/gravity_adlist_infos
3 years ago
Christian König 78027bd2bf Add default noname if hostname is empty
3 years ago
Christian König 7dc7cbb80e Add hostname to teleporter backup file if called from cli
3 years ago
Alexander Schmitz 1ab193fa9d
Update piholeDebug.sh
3 years ago
freddii 7c0c30fb0b fixed typos
3 years ago
Andras Tim bfee230c79 scripts/list: User same wildcard regex that the UI use
3 years ago
DL6ER 1791fe22f6
Merge pull request #3912 from mdujava/basic_auth
3 years ago
DL6ER e033ee6664
Fix connection mechanism between Chronometer and FTL
3 years ago
DL6ER 6b33b8b4c0
Store status of downloaded list (downloaded, using cache, some error, ...) and number of (in-)valid domains on this list in the gravity database. This updates the gravity databaes to version 14.
3 years ago
Matej Dujava ef0bdf6470 Fix validation of adlist url
3 years ago
DL6ER 41479524f8
Merge pull request #3900 from ganto/fix/chrono-non-lte
3 years ago
Adam Warner 357b6702ec
Update advanced/Scripts/chronometer.sh
3 years ago
DL6ER 78cdd34992
Merge pull request #3904 from ganto/fix/debug-non-web-2
3 years ago
Reto Gantenbein 9dc539c98b piholeDebug: More detailed diagnostics if Web interface is not found
4 years ago
Reto Gantenbein 18e4eb460c piholeDebug: Fix version check if lighttpd/php are not installed
4 years ago
Reto Gantenbein e841347057 Fix chronometer output if web interface is not installed
4 years ago
Adam Warner 8443262214
Merge pull request #3890 from ganto/fix/x86-64-arch
4 years ago
DL6ER 36937b1913
Strip such lines starting with a #. Do not silently truncate lines if they have a # somewhere in between (like server=127.0.0.1#5353)
4 years ago
Reto Gantenbein d0af1a950b Ensure x86_64 processor architecture is listed as supported
4 years ago
DL6ER a217c75134
Merge pull request #3882 from pi-hole/tweak/conditional_transforms
4 years ago
Adam Warner 454c9a411c
Update advanced/Scripts/webpage.sh
4 years ago
Adam Warner f44b2f6aa3
Update advanced/Scripts/webpage.sh
4 years ago
DL6ER 49810262db
When there is a Pi-hole domain set and "Never forward non-FQDNs" is ticked, we add to tell FTL that this domain is purely local and FTL may answer queries from /etc/hosts or DHCP but should never forward queries on that domain to any upstream servers
4 years ago
Adam Warner 58bc98ca44
Update advanced/Scripts/webpage.sh
4 years ago
Adam Warner 4093959d3e
Appease stickler
4 years ago
Adam Warner 06c5fe2a89
Set REV_SERVER_CIDR in the else condition if it is not in-addr.arpa
4 years ago
Adam Warner 6cb8f3f403
Add some comments
4 years ago
Adam Warner e004d27b28
Fix processing of CONDITIONAL_FORWARDING_REVERSE
4 years ago
Adam Warner d2e9a20d96
Merge pull request #3859 from yubiuser/tweak/debug_pihole-FTL_status
4 years ago
DL6ER d4c33e5188
Include the raw messages from the Pi-hole diagnosis systems in debug logs
4 years ago
Christian König 70c48afc04 Add else statement
4 years ago
Christian König ec5183b553 Rename function
4 years ago
Christian König 50316ee617 Add systemctl status --full --no-pager pihole-FTL.service to the debug log
4 years ago
Adam Warner 1c2c10c4a5
Merge pull request #3761 from BastiG/development
4 years ago
Adam Warner cd8120d33f
Add some output to the --nuke command
4 years ago
Adam Warner 4abd8196ae
Merge pull request #3349 from Forceflow/development
4 years ago
DL6ER 50100017a5
Merge pull request #3794 from pi-hole/security/non_FQDNs_locality
4 years ago
Adam Warner 59b0a6af6f
Remove references to privacy level 4 (no longer functional)
4 years ago
bcambl 47aa1644a8 add debug checking for firewalld
4 years ago
DL6ER 08a84e51d6
Only add local=/<domain>/ when the "only forward FQDN queries" function is enabled to prevent unintended side-effects of this change
4 years ago
DL6ER d631cd8b04
Security enhancement for the "never forward non-FQDNs" feature. This should prevent all local queries from being forwarded (will show up as blocked by regex) as well as any hostname without a domain (for example one word searches from the address bar in browsers). This fixes #3303
4 years ago
Adam Warner 0445559610
Accidentally a number (#3788)
4 years ago
Adam Warner 948337dd8e
Merge pull request #3740 from pi-hole/new/adlist_date_updated
4 years ago
Adam Warner fe463f15b3
Merge pull request #3741 from pi-hole/new/debug_scan_dhcp
4 years ago
Christian König 568ebd67ca Update comment
4 years ago
Christian König c628c970ae Print tail of logs in /var/log/lighttpd in debug run as well
4 years ago
Sebastian Gmeiner 8041bbf443 read REV_SERVER_CIDR from environment
4 years ago
DL6ER 41e899260f
Discover active DHCP servers during debugger run
4 years ago
DL6ER 12b9748c43
Fine-tune adlist:adte_modified trigger and don't default new date_updated column to now but use NULL instead
4 years ago
DL6ER 4fd412d7c3
Add date_updated field in adlist table set when a list changes.
4 years ago
Adam Warner b8cd238fa1
Update advanced/Scripts/piholeDebug.sh
4 years ago
Adam Warner 8e219cb799
Make output more meaningful in case of dig failure.
4 years ago
Dan Schaper ebdb68a47a
display_warning fixes
4 years ago
Dan Schaper 623ce1fe18
Tabs and debug.sh
4 years ago
Adam Warner bb1a6243d6
Merge pull request #3669 from pi-hole/release/v5.1.2
4 years ago
Samuel Boucher d4dd446ba3 Update advanced/Scripts/chronometer.sh
4 years ago
Samuel Boucher 8b4921405a Upercase the temp_unit
4 years ago
Aiden Mitchell 7c53b97004
Updating FAQ_HARDWARE_REQUIREMENTS and FAQ_HARDWARE_REQUIREMENTS_PORTS (#3632)
4 years ago
Adam Warner f50cff54de
*innocent whistling*
4 years ago
Adam Warner 849139176e
fallback to NC if curl fails on uploadgit checkout
4 years ago
Adam Warner b8bba7951f
Just one more newline, give it to me.
4 years ago
Adam Warner 76ce5ec66b
Add additional information about local debug log location
4 years ago
Adam Warner 7b41b99549
Merge pull request #2887 from tlk/fix/reenable
4 years ago
XhmikosR d8822b70cf Fix minor typo
4 years ago
Adam Warner 3205606fc3
Also validate IPV6 in the `setdns` function
4 years ago
Dan Schaper 3aaf9d89b3
Merge pull request #3260 from pi-hole/new/rev-server
4 years ago
DL6ER 2c3aa9ab00
Merge pull request #3491 from pi-hole/fix_ip_address_section
4 years ago
DL6ER 9bf0f2a161
Reduce handholding when trying to foresee the intentions of the user. The code does now preserve legacy behavior and users can open up the subnet manually if they like.
4 years ago
Adam Warner 7ea6d7b92b
remove ; so IFS changes don't stick
4 years ago
Adam Warner 011fa8c6ea
fix sticklr complaint
4 years ago
Adam Warner 0320d85028
Additionally source the install script in webpage.sh to validate IP entered on `pihole -a setdns`
4 years ago
Dan Schaper 5f9dac8d2b
Merge pull request #3434 from pi-hole/new/os_detect
4 years ago
Adam Warner 03a8cff55e
read > mapfile as suggested by @dschaper
4 years ago
DL6ER 2b1bc6a46e
Replace possible "\#" by "#". This fixes AdminLTE#1427
4 years ago
DL6ER 6160eb6894
This regex is too complex for bash's own replacement. Add ignore for the shellcheck rule.
4 years ago
DL6ER 318ca75269
Merge branch 'development' into new/rev-server
4 years ago
Adam Warner 58724a38a9
Improve detection and display of supported/unsupported OS in debug script
4 years ago
XhmikosR 7579ab178a Update links
4 years ago
Thomas L. Kjeldsen 903808a477 Improved explanation of why this script is needed
4 years ago
Thomas L. Kjeldsen 005da06b3d Use PI_HOLE_BIN_DIR as introduced in PR #2886
4 years ago
Thomas L. Kjeldsen 852f6b95f5 Prevent "pihole disable $timeout" from messing up future state changes
4 years ago
DL6ER b60ec8a48f
Merge pull request #3248 from MichaIng/patch-8
4 years ago
DL6ER 27f0fd2372
Merge pull request #3415 from fhriley/reload_privacy
4 years ago
Adam Warner d0e250a616
Ensure pihole-FTL.conf is parsed, as well as external.conf for lighttpd, to rule out any custom modifications.
4 years ago
Adam Warner b2ba55c27b
Show details of any remotes on the git repositories
4 years ago
Frank Riley 9d04c517e6 Reload the lists, which will cause the cached privacy level to be updated.
4 years ago
DL6ER b421e422c2
Merge pull request #3351 from marank/development
4 years ago
MichaIng 5c17e41cf1 Start pihole-FTL after network
4 years ago
Dan Schaper c76435883b
Merge pull request #3360 from dnicolson/fix-github-capitalisation
4 years ago
Dave Nicolson ab753e88a2 Fix GitHub capitalisation
4 years ago
Adam Warner be25b4d9c4
Merge pull request #3352 from pi-hole/merge-master-dev
4 years ago
Adam Warner 9e96ff37de
Fix merge conflicts
4 years ago
DL6ER a9c66c7b45
Implement pihole -a theme option
4 years ago
Matthias Rank 2b9898e9ca Fixed indentation
4 years ago
Matthias Rank 0add5eb291 Added support for CNAME record add/remvoe
4 years ago
Jeroen Baert 4cf241b42b Fix for pihole -w --nuke displaying help info even if command is executed correctly
4 years ago
DL6ER 7cc35d3b04
Add update to gravity database version 12, renaming the Unassociated group to Default group.
4 years ago
DL6ER 78469ee58d
Merge pull request #3255 from pi-hole/tweak/emailregex
4 years ago
Adam Warner 369288cc48
Update advanced/Scripts/webpage.sh
4 years ago
Dan Schaper 017d405b28
Merge pull request #3307 from pi-hole/tweak/debugger_type_display
4 years ago