We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3f99a commit 87e29cdCopy full SHA for 87e29cd
lib/dory/config.rb
@@ -39,7 +39,7 @@ def self.default_yaml
39
dnsmasq:
40
enabled: true
41
domains: # array of domains that will be resolved to the specified address
42
- - domain: docker # you can set '#' for a wilcard
+ - domain: docker # you can set '#' for a wildcard
43
address: 127.0.0.1 # return for queries against the domain
44
container_name: dory_dnsmasq
45
port: 53 # port to listen for dns requests on. must be 53 on linux. can be anything that's open on macos
0 commit comments