Specifcy domains in dnsmasq configuration

pull/1577/head
Matt Rickard 2017-06-12 11:26:33 -07:00
parent 8dd1af79fb
commit bbef7353c6
1 changed files with 3 additions and 1 deletions

View File

@ -114,7 +114,9 @@ spec:
- -k
- --cache-size=1000
- --log-facility=-
- --server=127.0.0.1#10053
- --server=/cluster.local/127.0.0.1#10053
- --server=/in-addr.arpa/127.0.0.1#10053
- --server=/ip6.arpa/127.0.0.1#10053
ports:
- containerPort: 53
name: dns