Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-27Merge pull request #849 from pi-hole/aManHasNoNameResolutionAdam Warner
2016-10-27improve commentsPromofaux
2016-10-27remove reference to whitelist.sh (no longer exists) replace with `pihole -w`Promofaux
2016-10-26add if traps to check for existence of whitelist.txt / blacklist.txtPromofaux
2016-10-25remove hostname insertion into gravity.list from gravity.shAdam Warner
2016-10-25Remove pi.hole references in gravity.shAdam Warner
2016-10-23Merge branch 'development' of https://github.com/airencracken/pi-hole into ai...Promofaux
2016-10-22More consistencyMarcus Hildum
2016-10-22Imbue gravity.sh with some consistencyMarcus Hildum
2016-10-21Merge pull request #823 from tuplink/EnableOrDisableAdam Warner
2016-10-20Merge branch 'development' into promoTweaksTheSecondPromofaux
2016-10-20attempt to fixTommy Huff
2016-10-20fix conflictTommy Huff
2016-10-20change restartdnsmasq to restartdnsTommy Huff
2016-10-20use finction in pihole to restart dnsmasqTommy Huff
2016-10-20make last line of script return a new line been bugging me for awhileTommy Huff
2016-10-20include status at end of gravity so if it is disabled you will see it when ru...Tommy Huff
2016-10-20add toggle to enable or disable pi-holeTommy Huff
2016-10-20kill off an old ugly hackAdam Warner
2016-10-20Use heredocs instead of multiple calls to echoMarcus Hildum
2016-10-20Standardize function declarationMarcus Hildum
2016-10-20mv patternbuffer instead of cp, then no need to clean upPromofaux
2016-10-20remove no longer needed codePromofaux
2016-10-20cache event horizon before white/blacklists are applied for quicker processin...Promofaux
2016-10-20Whitelist/Blacklist domains directly in the Event Horizon.Promofaux
2016-10-20add flag to skip download of listsPromofaux
2016-10-19wrong variable namePromofaux
2016-10-19spacingPromofaux
2016-10-19make IPv4/IPv6 checking more robust in gravityPromofaux
2016-10-18wrong word. #admincrimesPromofaux
2016-10-16Use systemctl/service calls instead of killall to restart/reload dnsmasqPromofaux
2016-10-15ugh. pihole.conf.Promofaux
2016-10-15Add trap to check existence of setupVarsPromofaux
2016-10-15standardise function namingPromofaux
2016-10-15remove uses of ${SUDO} and root check from gravity. As this is handled by `p...Promofaux
2016-10-11transpose `$` and `"`Promofaux
2016-10-10Missing quote replacement.Dan Schaper
2016-10-10Track down a couple more variable name changes.Dan Schaper
2016-10-10Match up descriptive variable names with `setupVars.conf`. Rectifies Ubuntu 1...Dan Schaper
2016-09-26Fix #718Adam Warner
2016-09-20Merge branch 'development' into dns-hostname-fixesbcambl
2016-09-17Source IP addresses from /etc/pihole/setupVars.confPromofaux
2016-09-08additional hostname checks in gravity.shbcambl
2016-08-20pass argument from pihole command to gravity for -f checkPromofaux
2016-08-20hmmmPromofaux
2016-08-20fix variables in gravity to stop it using -f wether it's set or notPromofaux
2016-08-17Add force delete optionPromofaux
2016-08-17Add HelpFuncPromofaux
2016-06-30Merge pull request #490 from bcambl/fedora-armhf7Dan Schaper
2016-06-26Merge pull request #540 from pi-hole/bugfix/curl-redirectMcat12