Update DNS documentation
This commit is contained in:
parent
86c52a8fb5
commit
fa3f067874
2 changed files with 48 additions and 21 deletions
48
docs/home-network/services/pi-hole-dns-server.md
Normal file
48
docs/home-network/services/pi-hole-dns-server.md
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# Pi-hole DNS server
|
||||
|
||||
## DNS server that supports DNS-based domain blocking.
|
||||
|
||||
Host: 192.168.1.105 (raspberrypi)
|
||||
|
||||
Port: 53
|
||||
|
||||
Upstream DNS server: 192.168.0.1 (i.e. ISP DNS)
|
||||
|
||||
## Admin interface
|
||||
|
||||
URL using IP address: http://192.168.0.105:8080/admin/
|
||||
|
||||
URL using domain: http://pi.hole/admin/ (Request is routed through reverse proxy
|
||||
running on raspberrypi.)
|
||||
|
||||
## Local DNS
|
||||
|
||||
### A records
|
||||
|
||||
Local A records map machine domain names to their IP address.
|
||||
|
||||
| Domain | IP Address | Comment |
|
||||
| :---------------- | :------------ | :---------- |
|
||||
| raspberrypi.local | 192.168.0.105 | raspberrypi |
|
||||
| homeoffice.local | 192.168.0.108 | homeoffice |
|
||||
|
||||
### CNAME records
|
||||
|
||||
Local CNAME records map service domain names to their machine's domain name.
|
||||
|
||||
| Domain | Target |
|
||||
| :------------- | :---------------- |
|
||||
| jellyfin.local | raspberrypi.local |
|
||||
| notes.local | raspberrypi.local |
|
||||
|
||||
## Groups
|
||||
|
||||
Default
|
||||
|
||||
- Adlist: https://github.com/StevenBlack/hosts
|
||||
|
||||
Emma
|
||||
|
||||
- Emma's phone.
|
||||
- No adlist?
|
||||
- Whitelisted Google ad services anyway.
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Pi-hole DNS server
|
||||
|
||||
## DNS server that supports DNS-based domain blocking.
|
||||
|
||||
Host: raspberrypi
|
||||
|
||||
Port: 53
|
||||
|
||||
Upstream DNS server: 192.168.0.1 (i.e. ISP DNS)
|
||||
|
||||
## Groups
|
||||
|
||||
Default
|
||||
|
||||
- Adlist: https://github.com/StevenBlack/hosts
|
||||
|
||||
Emma
|
||||
|
||||
- Emma's phone.
|
||||
- No adlist?
|
||||
- Whitelisted Google ad services anyway.
|
||||
Loading…
Add table
Add a link
Reference in a new issue