Skip to content

Commit b215f02

Browse files
author
TheUnixDaemon
committed
finished table of content
1 parent f4ddfe7 commit b215f02

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,21 @@
99
- [PUB-Key Auth](#ssh_auth)
1010
- [Configure Service](#ssh_config)
1111
- [Static IP Adresses](#static_ip)
12-
12+
- [Raspberry Pi (Raspberry Pi OS)](#rasberrypios_two)
13+
- [PiHole](#pihole)
14+
- [Blocklists](#blocklists)
15+
- [Unbound](#unbound)
16+
- [Last Steps](#last-steps)
17+
- [Hostapd - AccessPoint](#hostapd---accesspoint)
18+
- [Forwarding Error](#forwarding-error)
19+
- [PiVPN](#pivpn---wireguard)
20+
- [DDNS Client](#ddns-client)
21+
- [Notebook (Debian)](#notebook-debian)
22+
- [Jellyfin](#jellyfin)
23+
- [Stoarge](#storage)
24+
- [Hardware Acceleration - Intel GPU](#hardware-acceleration---intel-gpu)
25+
- [Samba](#samba)
26+
- [HTTPS](#https)
1327

1428
<a name="os"></a>
1529
# Choice of OS
@@ -171,6 +185,7 @@ ifconfig # or 'ip -br a'
171185
sudo systemctl status networking
172186
```
173187

188+
<a name="raspberrypios_two"></a>
174189
# Raspberry Pi (Rasberry Pi OS)
175190

176191
## PiHole
@@ -274,6 +289,7 @@ dig dnssec.works @127.0.0.1 -p 5335 # expected status: NOERROR
274289

275290
And now we are finished with the configuration of the Unbound DNS request forwarder. So you can change the DNS reference within PiHole to `127.0.0.1#5335` within the section `Settings -> DNS`.
276291

292+
<a name="pihole_last"></a>
277293
### Last Steps
278294

279295
Now the Unbound setup and the reference to it within PiHole is made you should change the config of `networking` so that your Rasberry calls only to the locally DNS setup (PiHole) and not to your standard router.

0 commit comments

Comments
 (0)