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
2018-05-13Use runuser command instead of su in init.d script (the runuser command is pa...FTLDNS-systemdDL6ER
2018-05-13Worked in review comments, inlined script content (we don't actually need set...DL6ER
2018-04-21Use PermissionStartOnly to be granted root permissions for prestart commandsDL6ER
2018-04-19Rename systemd unit file inside the repo to confuse Github lessDL6ER
2018-04-19Quote to prevent word splitting (although not expected to see spaces in there)DL6ER
2018-04-15Use exit code directlyDL6ER
2018-04-15Select init.d or systemd unit depending on used init systemDL6ER
2018-04-15Use pihole-FTL-prestart.sh the installer will place in /opt/piholeDL6ER
2018-04-15Install both, init.d and systemd scriptsDL6ER
2018-04-15Re-add init.d scriptDL6ER
2018-04-14Add "nss-lookup.target" and explanation why we want itDL6ER
2018-04-14Add shebangDL6ER
2018-04-14Temporarily disable one test as we are not able to use setcap on Travis CIDL6ER
2018-04-14Set permissions for pihole-FTL.service to 644 (rw-r--r--)DL6ER
2018-04-14Use SIGHUP for reloading DNS listsDL6ER
2018-04-14Remove old init.d script if present as it cannot coexist with the systemd uni...DL6ER
2018-04-14Enable systemd service unit + set capabilities for executable after installin...DL6ER
2018-04-14Write systemd unit file for pihole-FTL, delete old init.d fileDL6ER
2018-04-13Merge dev > FTLDNS fix merge conflictsAdam Warner
2018-04-13Match change made by 7edab27 to prevent merge conflictAdam Warner
2018-04-13Merge pull request #2108 from LudovicRousseau/fix_No_such_file_or_directoryAdam Warner
2018-04-13Merge pull request #2105 from pi-hole/feature/self_dcoDan Schaper
2018-04-13Stylistic change to use an explicit if/then/fiLudovic Rousseau
2018-04-13Fix stylistic issueLudovic Rousseau
2018-04-13Avoid a "No such file or directory" errorLudovic Rousseau
2018-04-13Fix regex to find DBFILE= from configuration fileLudovic Rousseau
2018-04-12Merge pull request #2090 from Razvici/masterMark Drobnak
2018-04-11Do not require DCO for Pi-hole Org members with GPG signed commits.Dan Schaper
2018-04-06Merge pull request #1999 from pi-hole/tweak/RedundantInstallCodeMark Drobnak
2018-04-05Silence error in log flush subroutine when no pihole-FTL.conf can be foundDL6ER
2018-04-05Update pihole lolcahost probe for DNS statusRazvan Radu
2018-04-04Add "-l, privacylevel" description to "pihole -a"DL6ER
2018-04-04Merge pull request #2077 from pi-hole/tweak/FTLDNSExperimentsAdam Warner
2018-04-04Change order of updatable components to match the end outputAdam Warner
2018-04-04Merge pull request #2085 from pi-hole/FTLDNS-privacylevelsDL6ER
2018-04-04Backend changes needed to be able to set the privacy levelDL6ER
2018-04-03Merge pull request #2056 from pi-hole/release/v3.3.1v3.3.1Jacob Salmela
2018-04-03move call to `get_binary_name` into `FTLcheckUpdate()` to avoid having to run...Adam Warner
2018-04-03Fix shellcheck complaintsAdam Warner
2018-04-02Break out binary name funtion to it's own functionAdam Warner
2018-04-02Merge pull request #2075 from everettsouthwick/developmentMark Drobnak
2018-04-02Merge pull request #1987 from ryanknapper/patch-1Mark Drobnak
2018-04-02Add support for public Cloudflare DNS servers.Everett Southwick
2018-03-31Merge pull request #2064 from Perflyst/chronometer-1Mark Drobnak
2018-03-31Merge pull request #1758 from mettacrawler/fix-for-RHELish-ifcfgMark Drobnak
2018-03-30Save number of effectively blocked domains in /etc/pihole/numBlockedDL6ER
2018-03-29Merge pull request #2061 from dflamand/developmentDan Schaper
2018-03-29Merge pull request #2054 from theLMGN/patch-1Dan Schaper
2018-03-27Add RaspberryPi 3B+Perflyst
2018-03-26Merge pull request #2060 from pi-hole/tweak/debug-xheaderMark Drobnak