Skip to content

Commit 8c3f99a

Browse files
cclaussFreedomBen
authored andcommitted
Fix typos
1 parent 146af15 commit 8c3f99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dory:
107107
dnsmasq:
108108
enabled: true
109109
domains: # array of domains that will be resolved to the specified address
110-
- domain: docker # you can set '#' for a wilcard
110+
- domain: docker # you can set '#' for a wildcard
111111
address: 127.0.0.1 # return for queries against the domain
112112
container_name: dory_dnsmasq
113113
port: 53 # port to listen for dns requests on. must be 53 on linux. can be anything that's open on macos
@@ -281,7 +281,7 @@ Cmnd_Alias DORY_EDIT_RESOLVCONF = /usr/bin/tee /etc/resolv.conf
281281

282282
## Troubleshooting
283283

284-
*Halp the dnsmasq container is having issues starting!*
284+
*Help the dnsmasq container is having issues starting!*
285285

286286
Make sure you aren't already running a dnsmasq service (or some other service) on port 53.
287287
Because the Linux resolv file doesn't have support for port numbers, we have to run

0 commit comments

Comments
 (0)