itsmesid
|
eb3184e1ed
|
readme update
|
2020-08-13 17:41:33 +05:30 |
|
itsmesid
|
7386660c63
|
updated readme
|
2020-08-13 17:39:37 +05:30 |
|
itsmesid
|
01959d7f87
|
Merge branch 'master' of github.com:pi-hole/pi-hole into dev
|
2020-08-13 15:55:03 +05:30 |
|
Adam Warner
|
6b536b7428
|
Merge pull request #3564 from pi-hole/release/v5.1.2
Pi-hole Core v5.1.2
|
2020-08-09 22:22:16 +01:00 |
|
DL6ER
|
492a0317b0
|
Merge pull request #3654 from pi-hole/fix/ipv6_localhost_validator
Allow IPv6 loopback address to be added
|
2020-08-04 22:21:35 +02:00 |
|
DL6ER
|
b5983a3fc1
|
Do not require first element to be a hex value at any costs. It may also be a : in the valid address ::1
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-08-04 22:11:32 +02:00 |
|
DL6ER
|
83ecaa0fc9
|
Merge pull request #3636 from pi-hole/meta/remove_templates
Remove respository templates.
|
2020-08-03 20:44:51 +02:00 |
|
Dan Schaper
|
8fa9096508
|
Remove respository templates.
Use org templates instead.
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
|
2020-08-01 01:34:38 -07:00 |
|
Aiden Mitchell
|
7c53b97004
|
Updating FAQ_HARDWARE_REQUIREMENTS and FAQ_HARDWARE_REQUIREMENTS_PORTS (#3632)
Signed-off-by: Aiden Mitchell <aiden@bcyouthcouncil.ca>
Co-authored-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-30 12:57:19 -07:00 |
|
Dan Schaper
|
18fc45c006
|
Merge pull request #3634 from pi-hole/new/move_travis
.travis.yml is now a stub.
|
2020-07-30 11:46:37 -07:00 |
|
Dan Schaper
|
fa574cfd08
|
Set non-master to point to latest.
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
|
2020-07-30 10:05:27 -07:00 |
|
Dan Schaper
|
932cdd3329
|
Use the .github repository.
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
|
2020-07-30 09:38:50 -07:00 |
|
Dan Schaper
|
dc2781d1f9
|
.travis.yml is now a stub.
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
|
2020-07-30 09:26:04 -07:00 |
|
Adam Warner
|
48820d181c
|
Merge pull request #3620 from yubiuser/tweak/dig_supportedOS
Report and exit if dig supportedOS returns nothing
|
2020-07-30 17:00:01 +01:00 |
|
Dan Schaper
|
514dc013df
|
Merge pull request #3597 from yubiuser/tweak/OS_detection
Adds OS and version to output if unsupported OS is detected
|
2020-07-28 07:42:41 -07:00 |
|
Christian König
|
6fc7dc28a2
|
Count elements of array instead
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2020-07-28 10:25:57 +02:00 |
|
Christian König
|
b207ceeab2
|
Report and exit if dig supportedOS returns nothing
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2020-07-28 09:51:31 +02:00 |
|
Christian König
|
8380112129
|
Resolve conflicts
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2020-07-28 09:40:45 +02:00 |
|
Dan Schaper
|
dffb58ae8f
|
Merge pull request #3596 from pi-hole/tweak/wherecheck
Wrap entire function in the check for the ENVVAR, add `ns1.pi-hole.net` to `dig` check.
|
2020-07-27 10:01:14 -07:00 |
|
Adam Warner
|
0ff32c3629
|
Use ns1.pi-hole.net to resolve versions.pi-hole.net so that we do not see DNS cookie issues
Co-Authored-by: Dan Schaper <dan.schaper@pi-hole.net>
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-27 17:44:22 +01:00 |
|
Adam Warner
|
ddb36c013d
|
it helps if the echo goes variable set goes in the right place
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-22 22:39:03 +01:00 |
|
Adam Warner
|
98dc51869e
|
accidentally missed \\n
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-22 22:30:51 +01:00 |
|
Adam Warner
|
510b646736
|
change up the verbiage with something that works (tested)
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-22 22:29:38 +01:00 |
|
DL6ER
|
61616b8c86
|
Merge pull request #3599 from pi-hole/fix/gravity_cronjob
Fix for gravity cronjob
|
2020-07-21 23:11:29 +02:00 |
|
DL6ER
|
527fc3c5cf
|
Also pidof -> pgrep in gravity.sh
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-07-21 22:03:54 +02:00 |
|
DL6ER
|
8f7f0881c6
|
Add /usr/sbin to cronjob PATH
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-07-21 21:21:24 +02:00 |
|
DL6ER
|
17aabf26f7
|
Also use pkill/pgrep in the FTL service script
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-07-21 21:21:17 +02:00 |
|
DL6ER
|
6ee6eea1fb
|
Use pkill instead of the somewhat fragile combination of kill + pidof. This solves some issues especially when there are many TCP workers floating around.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-07-21 21:13:40 +02:00 |
|
Adam Warner
|
ea22774d16
|
Wrap entire function in the check for the ENVVAR
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-21 18:47:13 +01:00 |
|
itsmesid
|
91fee182fa
|
Merge pull request #16 from arevindh/dev
Updated Upstream
|
2020-07-20 08:32:21 +05:30 |
|
arevindh
|
354248cac2
|
Merge branch 'master' of github.com:pi-hole/pi-hole into dev
|
2020-07-17 08:28:50 +05:30 |
|
Adam Warner
|
643d2c0f3e
|
add missing port number validation section to valid_ip6
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-16 21:31:45 +01:00 |
|
Adam Warner
|
533e5dddd0
|
clarify examples in case of unsupported OS
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-16 18:33:53 +01:00 |
|
Adam Warner
|
56cd7c4d59
|
Merge pull request #3549 from pi-hole/release/v5.1.1
Pi-hole core v5.1.1
|
2020-07-15 23:56:47 +01:00 |
|
Adam Warner
|
f50cff54de
|
*innocent whistling*
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-15 23:49:17 +01:00 |
|
Adam Warner
|
acfb092e4b
|
fix minor bug in 5.1
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-15 23:38:08 +01:00 |
|
Adam Warner
|
e9b039139c
|
Merge pull request #3531 from pi-hole/release/v5.1
Pi-hole Core v5.1
|
2020-07-15 22:35:12 +01:00 |
|
Dan Schaper
|
e4b2d29552
|
Merge pull request #3548 from pi-hole/tweak/supportedos.txt
add one
|
2020-07-15 14:14:32 -07:00 |
|
Adam Warner
|
b4ca13b3ad
|
add one
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-15 22:03:07 +01:00 |
|
Adam Warner
|
b9b7d5f8eb
|
Merge pull request #3547 from pi-hole/fix/debug20.04
fallback to NC if curl fails on uploadgit checkout
|
2020-07-15 22:01:36 +01:00 |
|
Adam Warner
|
849139176e
|
fallback to NC if curl fails on uploadgit checkout
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-15 21:54:45 +01:00 |
|
Adam Warner
|
ae0d1de188
|
Merge pull request #3545 from pi-hole/tweak/debugoutput
Add additional information about local debug log location
|
2020-07-15 21:25:59 +01:00 |
|
Adam Warner
|
b8bba7951f
|
Just one more newline, give it to me.
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-15 20:49:18 +01:00 |
|
Adam Warner
|
76ce5ec66b
|
Add additional information about local debug log location
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-07-15 20:45:02 +01:00 |
|
Adam Warner
|
7b41b99549
|
Merge pull request #2887 from tlk/fix/reenable
Prevent "pihole disable $timeout" from messing up future state changes
|
2020-07-15 20:23:33 +01:00 |
|
DL6ER
|
0cc999ea1f
|
Merge pull request #3543 from pi-hole/tweak/readme
Update README.md
|
2020-07-14 05:36:12 +02:00 |
|
Dan Schaper
|
a99eac9d10
|
Update README.md
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
|
2020-07-13 14:29:45 -07:00 |
|
Adam Warner
|
6ff0926f4a
|
Merge pull request #3532 from pi-hole/XhmikosR-patch-1
Fix minor typo
|
2020-07-05 13:36:41 +01:00 |
|
XhmikosR
|
d8822b70cf
|
Fix minor typo
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2020-07-05 15:12:02 +03:00 |
|
Adam Warner
|
f50d59fe94
|
Merge pull request #3425 from XhmikosR/lighttpd
Tweak lighttpd configs
|
2020-07-02 10:53:56 +01:00 |
|