mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
@@ -29,13 +29,11 @@ Due to the complexity of different ways of setting an IP address across differen
|
||||
|
||||
###Ports
|
||||
|
||||
We need ports _53_, _80_, and _4711_. Port _80_ is optional if you decide not to install the Web dashboard during installation.
|
||||
| Service | Port | Notes |
|
||||
| --------------------|:-------|:------|
|
||||
| dnsmasq | 53 |If you happen to have another DNS server running, such as BIND, you will need to turn it off in order for Pi-hole to respond to DNS queries.|
|
||||
|lighttpd|80|If you have another Web server already running, such as Apache, Pi-hole's Web server will not work. You can either disable the other Web server or change the port on which `lighttpd` listens, which allows you keep both Web servers running.|
|
||||
|pihole-FTL | 4711|FTL is our API engine and by default uses port 4711, but will increment if it's already in use by something else.|
|
||||
|
||||
**Port 53 should be used by `dnsmasq`**
|
||||
If you happen to have another DNS server running, such as BIND, you will need to turn it off in order for Pi-hole to respond to DNS queries.
|
||||
|
||||
**Port 80 should be used by `lighttpd`**
|
||||
If you have another Web server already running, such as Apache, Pi-hole's Web server will not work. You can either disable the other Web server or change the port on which `lighttpd` listens, which allows you keep both Web servers running.
|
||||
|
||||
**Port 4711 should be used by `pihole-FTL`**
|
||||
FTL is our API engine and by default uses port 4711, but will increment if it's already in use by something else.
|
||||
!!! info
|
||||
The use of lighttpd on port _80_ is optional if you decide not to install the Web dashboard during installation.
|
||||
+10
@@ -7,6 +7,16 @@ repo_url: https://github.com/pi-hole/docs
|
||||
edit_uri: ../docs/edit/master/docs/
|
||||
remote_branch: gh-pages
|
||||
theme: material
|
||||
markdown_extensions:
|
||||
- codehilite(guess_lang=true)
|
||||
- toc(permalink=true)
|
||||
- admonition
|
||||
- pymdownx.magiclink
|
||||
- pymdownx.tasklist(custom_checkbox=true)
|
||||
- pymdownx.mark
|
||||
- pymdownx.tilde
|
||||
- pymdownx.extra
|
||||
- footnotes
|
||||
pages:
|
||||
- 'Support': 'index.md'
|
||||
- 'Getting Started':
|
||||
|
||||
Reference in New Issue
Block a user