Commit Graph

717 Commits (d8f85a898130453e4f4ee9f0924d33c3c450dfbc)

Author SHA1 Message Date
Ludovic Rousseau d8f85a8981 Avoid a "No such file or directory" error
7 years ago
Ludovic Rousseau 3b229489c2 Fix regex to find DBFILE= from configuration file
7 years ago
Mark Drobnak bb9a18ef08
Merge pull request #1987 from ryanknapper/patch-1
7 years ago
Perflyst 3390fbf238 Add RaspberryPi 3B+
7 years ago
Jacob Salmela 68c27eb2a1
add label to x-header so you know which one is being evaluated
7 years ago
Adam Warner 76cb129d3c
don't forget `master` and `development` branches!
7 years ago
Adam Warner 246d5cd587
store checked out FTL branch in /etc/pihole/ftlbranch
7 years ago
Ryan Knapper c17d95bfed
Proper output for debug CPU detection
7 years ago
Mark Drobnak f14184df30
Merge pull request #1982 from LudovicRousseau/master
7 years ago
Ludovic Rousseau 47bbea9ba7 Use " " to protect parameter substitution
7 years ago
Mark Drobnak 7265935cd4
Merge pull request #1915 from ryanknapper/development
7 years ago
Ludovic Rousseau b7891f92a5 Create blacklist.txt if not existant
7 years ago
DL6ER b8eaa9a527
Use double quotes to precent globbing and word splitting
7 years ago
DL6ER 5d274008db
Use possibly user-defined database location when flushing
7 years ago
DL6ER 4c249a1186
Flush most recent 24 hours from FTL's database
7 years ago
DL6ER 158ea1d43b
Add sqlite3 dependency
7 years ago
DL6ER 52cc8e2fcf
Use "lan" as fallback TLD for DHCP generated domains
7 years ago
ryanknapper 607664c860
Update webpage.sh
7 years ago
Vasilis Gerakaris 939806f021
piholeDebug.sh: Correct typo mistake
7 years ago
DL6ER 793bdd9743
No need for cat | sed here as we source setupVars.conf, so we can use interface="${PIHOLE_INTERFACE}"
7 years ago
DL6ER 9d50f52bb2
Add fallback interface for DNS listening behavior in case PIHOLE_INTERFACE is not set in setupVars.conf
7 years ago
DL6ER afa2e9c2f7
Exchange hard-coded domain "localhost" by hard-coded address "127.0.0.1"
7 years ago
Adam Warner 8e0d76b63b
initiated -> initialized
7 years ago
DL6ER cca8412921
Use "echo -n" to avoid haveing newlines in the files
7 years ago
DL6ER d15a5ad5c1
Add required documentation in the source code
7 years ago
DL6ER 8ed75dd176
Add extra entry to the end of the saved branches and versions such that PHP's explode() subroutine can correctly disentangle the first three entries and does not get confused by the newline character at the end of the FTL version/branch...
7 years ago
Dan Schaper 8ca0582afc
Merge branch 'release/v3.2.1' into fix/DNSSEC_trustanchor
7 years ago
DL6ER be0c457445
Sleep 30 seconds after reboot to be sure that the system is ready
7 years ago
DL6ER cfca367eef Quickly verified in dnsmasq's source code: It has to be "trust-anchor" (with "-")
7 years ago
DL6ER 8a243c5872 Insert also old trust anchor
7 years ago
DL6ER b30b3f3aeb Update DNSSEC trust anchor
7 years ago
DL6ER 05d015169c
Check for local version and branches every 10 minutes, check for remote versions only once a day
7 years ago
Jacob Salmela 28bed0041e
remove comment
7 years ago
Jacob Salmela 6f03e30151
fixes #1537 by checking if systemctl is found
7 years ago
Adam Warner a9a40ca46c
Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
7 years ago
Adam Warner 162a7b56fe
force mode is no longer referenced. Regression. Same with `domToRemoveList`
7 years ago
WaLLy3K 2dc1851892
Allow passwords with spaces
7 years ago
Jacob Salmela 9631519eb1
Merge pull request #1752 from pi-hole/new/bashupdatechecker
7 years ago
DL6ER 90efa3b610
Simplify git subroutines
7 years ago
Adam Warner 5221767a70
Merge pull request #1735 from bcambl/debug_selinux
7 years ago
DL6ER 0db76aada0
Silence errors when directory to be checked does not exist (system may have been installed without a web interface!)
7 years ago
DL6ER 9be854031f
Don't store FTL branch until the next release of FTL which supports returning the branch in an easy way
7 years ago
DL6ER 709851503f
Use "pihole-FTL branch" to get FTL's branch
7 years ago
DL6ER 6ca47dc3b3
Add bash / cron based update checker for Pi-hole
7 years ago
WaLLy3K 2390b80359 Silence non-numeric domains_being_blocked output
7 years ago
bcambl 0f868f7649 remove un-used DONE variable
7 years ago
bcambl 31730e7197 add missing colors to COL_TABLE fallback
7 years ago
bcambl 7d76db00ac update 'SELinux not detected' message
7 years ago
bcambl 8aceb8bf53 replace deprecated colors in debug script
7 years ago
bcambl a17d1be7a4 simplify selinux debug variables
7 years ago