Skip to content

Commit 66cd556

Browse files
authored
Update net_tutorial.md (#1775)
Specifying Port=0 is not required and will actually cause problems if you are using this for other systems on the network needing DNS services. It should be omitted allowing the default port to be used. I assume this is probably originally put in here to prevent users from making a DNS server that is a security risk but there should at least be a comment about it as I have added here.
1 parent 5c37686 commit 66cd556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware/raspberrypi/bootmodes/net_tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ sudo nano /etc/dnsmasq.conf
185185
Then replace the contents of `dnsmasq.conf` with:
186186

187187
```
188+
# Note: comment out port if you want DNS services for systems on the network.
188189
port=0
189190
dhcp-range=10.42.0.255,proxy
190191
log-dhcp

0 commit comments

Comments
 (0)