File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ dory:
107
107
dnsmasq :
108
108
enabled : true
109
109
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
111
111
address : 127.0.0.1 # return for queries against the domain
112
112
container_name : dory_dnsmasq
113
113
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
281
281
282
282
## Troubleshooting
283
283
284
- * Halp the dnsmasq container is having issues starting!*
284
+ * Help the dnsmasq container is having issues starting!*
285
285
286
286
Make sure you aren't already running a dnsmasq service (or some other service) on port 53.
287
287
Because the Linux resolv file doesn't have support for port numbers, we have to run
You can’t perform that action at this time.
0 commit comments