-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from slime3000fly/Pi
Pi-hole
- Loading branch information
Showing
7 changed files
with
70 additions
and
79 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,26 @@ | ||
# This is repo wich script to automate Pi-hole instalation | ||
##Requirements | ||
To set up Pi-hole using this script, you should have a Debian-based operating system. | ||
Installation | ||
1. Clone this repository. | ||
2. Run the following command to execute the installation script: | ||
```bash | ||
bash install.sh | ||
This script will: | ||
- Install Docker. | ||
- Set up the Pi-hole container. | ||
- Insert a specified URL into the adlist database. | ||
|
||
|
||
# Helpfull link and advice how to configure pi-hole | ||
## Adlist updater: | ||
https://github.com/koljah-de/pi-hole-adlists-updater | ||
## Pi-hole restore CLI | ||
https://github.com/chamilad/pihole-restore | ||
## Update Rasbbery-pi kernetl | ||
https://github.com/raspberrypi/linux/issues/6170 | ||
|
||
# TODO: | ||
- add vpn cofiguration | ||
- add homepage for entire setup | ||
- add nas server |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters