Skip to content

Commit 7ca4c0f

Browse files
authored
Merge pull request #1248 from pi-hole/fix/FTLDNS_link
Fix FTLDNS link in docker page
2 parents 00e8b95 + 028e237 commit 7ca4c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docker/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ docker run --name pihole -p 53:53/tcp -p 53:53/udp -p 80:80/tcp -p 443:443/tcp -
5555

5656
## Note On Capabilities
5757

58-
[FTLDNS](https://docs.pi-hole.net/ftldns/in-depth/#linux-capabilities) expects to have the following capabilities available:
58+
[FTLDNS](https://docs.pi-hole.net/ftldns/) expects to have the following capabilities available:
5959

6060
- `CAP_NET_BIND_SERVICE`: Allows FTLDNS binding to TCP/UDP sockets below 1024 (specifically DNS service on port 53)
6161
- `CAP_NET_RAW`: use raw and packet sockets (needed for handling DHCPv6 requests, and verifying that an IP is not in use before leasing it)

0 commit comments

Comments
 (0)