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
2019-05-07Clone twenty instead of only one commit when installing Pi-hole. This ensures...DL6ER
2019-04-27Fix getting IP address in the presence of similar subnetsMcat12
2019-04-23Show $UPDATE_PKG_CACHE content in error message.Jan Piskvor Martinec
2019-04-07Add a link to the documentation on FTL privacy levels during installMcat12
2019-02-22Don't fail when trying to detect OS architecture on RPM-based systemsDL6ER
2019-02-10basic_install: Use install for sudoersAndreas Schneider
2019-02-08basic_install: There is no pihole group, remove itAndreas Schneider
2019-02-08basic_install: Make sure the PI_HOLE_CONFIG_DIR existsAndreas Schneider
2019-02-08basic_install: Define webroot globally as a variableAndreas Schneider
2019-02-06basic_install: Set permissons for PI_HOLE_DASHBOARD_DIRAndreas Schneider
2019-02-06basic_install: Use a varibale for the pihole dashboard dirAndreas Schneider
2019-02-06basic_install: If a static interface is already set up we are doneAndreas Schneider
2019-02-03Merge branch 'release/v4.2' into developmentMcat12
2019-02-02Update automated install/basic-install.shAdam Warner
2019-02-01We should really use stop_service as it also includes some nice outputDL6ER
2019-02-01Don't try to start pihole-FTL after it has been installed. This will be done ...DL6ER
2019-02-01Try to stop pihole-FTL before and (re)start pihole-FTL after the install commandDL6ER
2019-01-31Fail hard if FTL binary could not be installedDL6ER
2019-01-29Merge pull request #2587 from pi-hole/new/network-tableMark Drobnak
2019-01-28Add "|| true" to the curl command as a failed download is no show-stopper for...DL6ER
2019-01-24Rename subroutine start_service() to restart_service() because this is what i...DL6ER
2019-01-24Call FTL download/installation early on in the installation process.DL6ER
2019-01-24Don't diable pihole-FTL before calling install. root should be able to overwr...DL6ER
2019-01-24Move dnsmasq disabling and config file rewriting into a dedicated subroutineDL6ER
2019-01-24Fix inconsistent handling of binary variable. get_binary_variable() stores th...DL6ER
2019-01-20Remove Norton DNSMark Drobnak
2019-01-13Merge pull request #2593 from TheLastProject/feature/standardized-dns-listMark Drobnak
2019-01-13Standardize DNS list and write to file for AdminLTESylvia van Os
2019-01-09Download macvendor database from ftl.pi-hole.net when downloading a new FTL b...DL6ER
2019-01-05remove unused dependency (bc)bcambl
2019-01-03Add libcap as Fedora dependencyDL6ER
2019-01-03Add Debain dependency libcap2 needed for FTL's capability check on startupDL6ER
2018-12-25Add a blank after printf to avoid 'Command not found' errorFlorian Freund
2018-12-19add sqlite3 dependency for fedorabcambl
2018-12-18add sqlite3 dependency for fedorabcambl
2018-12-10Merge pull request #2540 from pi-hole/release/v4.1Mark Drobnak
2018-12-01remove 'System' from NetworkManager connection namebcambl
2018-11-21Added check for universe repo on ubuntu bionic with user prompts.Clayton Dobbs
2018-11-11linting: Double quote to prevent globbing and word splitting.bcambl
2018-11-10break dhcpcd and ifcfg network configurations into separate functionsbcambl
2018-11-08Merge branch 'release/v4.1' into fix/adlists.list_not_createdDL6ER
2018-11-08Change field from digit to string for printfDan Schaper
2018-11-08Fix literal "choice" being passed to appendToListsFile()DL6ER
2018-11-03Override shellcheck with explanations.Dan Schaper
2018-11-03Support multiple distributions and release versions in find_IPv4_information().Dan Schaper
2018-11-03Merge pull request #2488 from pi-hole/feature/command_functionMark Drobnak
2018-11-01Merge pull request #2384 from pi-hole/feature/install-privacy-levelMark Drobnak
2018-11-01Use printf instead of echoDan Schaper
2018-11-01Moved `command -v` calls to function.Dan Schaper
2018-11-01Query php directly for major and minor version id strings.Dan Schaper