Pi-hole 설정
목차
▪ 소개
This post shows how to install Pi-hole on a raspberry Pi 3 B.
Pi-hole is used to block unwanted queries and URLs that you do not want to load on the network. it protects you from trackers and optimizes the traffic of your network.
▪ Raspbian installation and update/upgrade packages First, flash your disk SD from Etcher 또는 다른 앱.다음은 Raspbian Stretch 2017-09-07 Lite입니다.
잠시만요.. 완료되었습니다!
업데이트를 위해 설정을 연결하고 새 패키지를 설치하십시오.
sudo apt update -y && sudo apt upgrade -y
좋은 분을 기다리십시오 .. 이 시간 동안 좋은 카푸치노를 마신다.
컬 설치:
sudo apt install curl
▪ Pi-hole You can clone from the repo of Pi-hole을 설치하거나 다음 명령으로 직접 말립니다.
curl -sSL https://install.pi-hole.net | bash
라즈베리에 설치하고 고정 IP를 넣을 것인지 물으면 예를 선택하십시오.
그런 다음 원하는 DNS를 선택합니다. 그런 다음 변경하고 여러 개를 넣을 수 있습니다.
차단 목록 광고를 선택할 수 있습니다.
또한 웹 패널을 원하는지 묻습니다. 로컬 네트워크의 어느 곳에서나 비밀번호로 라즈베리에 연결하고 DNS/블랙리스트를 관리하고 통계를 얻을 수 있도록 확인된 상태로 두는 것이 좋습니다.
▪ 웹 패널 및 엔드
As soon as you finish installing Pi-hole, it will give you the localhost address and the password generated.
For edit the password :
sudo pihole -a -p
The dark theme is edited by me, you can found at this repository .
▪ 링크 Repository of Pi-hole
☕
내 . 많은 프로젝트와 업데이트를 볼 수 있습니다. 할 수도 있습니다support me on Buy Me a Coffee.
Reference
이 문제에 관하여(Pi-hole 설정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/thomasbnt/setup-pi-hole-3gkd텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)