Commit Graph

181 Commits (55a653aca422b0c3614c8bce21ce12cc4e7b5c64)

Author SHA1 Message Date
Adam Warner 0d6a6b97f9 remove whitelist and blacklist scripts
8 years ago
Adam Warner 469ff45f01 create list.sh. Combines whitelist and blacklist scripts in an effort to reduce code duplication.
8 years ago
Adam Warner aba0d93fda Merge pull request #814 from pi-hole/promoTweaksTheSecond
8 years ago
Promofaux b49384ffe4 intent
8 years ago
Promofaux 7fb622638b flip reload logic. Do not reload if there are not changes made to blacklist.txt
8 years ago
Promofaux bd0cc134bf MERGE FAIL :ashamed_face:
8 years ago
Promofaux 476fd1f695 indentation
8 years ago
Promofaux 96053d13be Flip reload logic. Do not reload lists if no changes made to whitelist.txt
8 years ago
Promofaux c958bed418 Consistency changes. Replace MOST uses of `echo >> ${DebugLog}` with usage of `log_write` function
8 years ago
Promofaux 2b2c240d39 Fix shebang line broken in #831
8 years ago
Promofaux b79392ba2c exit after displaying white/blacklist
8 years ago
Promofaux d0826b2c33 Merge branch 'development' of https://github.com/airencracken/pi-hole into airencracken-dev
8 years ago
Marcus Hildum 07a66a70fc Consistency
8 years ago
Marcus Hildum 69ba8a3c2f Consistency
8 years ago
Marcus Hildum a30c75ef71 Consistency
8 years ago
Marcus Hildum d0b3727c5d Consistency
8 years ago
Marcus Hildum 6e94bf5b6d Consistency
8 years ago
Marcus Hildum 0f04e270a7 consistency
8 years ago
Promofaux c0012540ed Re-add shebang
8 years ago
Promofaux 9ab6df0e54 Merge branch 'development' into promoTweaksTheSecond
8 years ago
Marcus Hildum 0efda04920 Use heredocs instead of multiple calls to echo
8 years ago
Marcus Hildum 28eeaf201b Standardize function declaration
8 years ago
Promofaux a64f4cd871 whitelist script now only directly edits whitelist.txt. DOES NOT TOUCH HOST FILE, instead calls gravity with a no download argument
8 years ago
Promofaux a41eff1276 Blacklist script now only directly edits blacklist.txt. DOES NOT TOUCH HOST FILE, instead calls gravity with a no download argument
8 years ago
Adam Warner b66f23cfd0 account for new update script
8 years ago
Adam Warner 27d6e5d8cf Complete overhaul of update logic. Moved to seperate script
8 years ago
Adam Warner ce46c4dec4 remove prematurely added code
8 years ago
Adam Warner 013d77488a complete overhaul of version script. Now with optional arguments!
8 years ago
Adam Warner 29ad2496b6 don't output "elevating with sudo" in pihole script, just do it.
8 years ago
Promofaux 8c0f860601 Use systemctl/service calls instead of killall to restart/reload dnsmasq
8 years ago
Promofaux 090fbd04af Remove ${SUDO} usages and root checks from scripts called by `pihole` command as they should not be called directly.
8 years ago
Dan Schaper 9a421d510a Ignore comments in adlists.list section.
8 years ago
Dan Schaper a9c3e2c7ba Add log_write function. Update version_check to use logical conditionals.
8 years ago
Dan Schaper 7fcb40739d Close IF statement
8 years ago
Dan Schaper 5a3d319677 Add fail check to dig local and remote.
8 years ago
Dan Schaper 8466d0b681 Change NSLOOKUP to dig for resolver tests, add dnsmasq specific records check
8 years ago
Dan Schaper 5de179f1eb Remove blacklist comparison.
8 years ago
Dan Schaper 36e10595cc Change netstat to lsof.
8 years ago
Dan Schaper edd7f28104 Add internet checks to IP section
8 years ago
Dan Schaper dba1ab3fc0 Remove compareWhitelist
8 years ago
Dan Schaper 3df9c48012 Include ping statistics in default gateway checks.
8 years ago
Dan Schaper ac1c299369 Revert overzealous renaming of Pi-hole in pihole.log detection.
8 years ago
Dan Schaper 5bbb3ac49a Standardize Pi-hole naming.
8 years ago
Dan Schaper 014bdf911a Add open port detection
8 years ago
Dan Schaper 874853fe18 Add lighttpd to version check
8 years ago
Dan Schaper 274b71f8bc Relocate hostname checks
8 years ago
Dan Schaper c41d543d81 Handle lack of IPv6 gracefully.
8 years ago
Dan Schaper 7729ddab30 Mode code realignment. Handle lack of IPv6 gateway gracefully.
8 years ago
Dan Schaper 60c0e59a83 Add IPv6 intelligence to debug
8 years ago
Adam Warner dcedf6bfd0 Merge branch 'development' into PromoFaux-patch-1
8 years ago