Specifcy domains in dnsmasq configuration
parent
8dd1af79fb
commit
bbef7353c6
|
@ -114,7 +114,9 @@ spec:
|
||||||
- -k
|
- -k
|
||||||
- --cache-size=1000
|
- --cache-size=1000
|
||||||
- --log-facility=-
|
- --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:
|
ports:
|
||||||
- containerPort: 53
|
- containerPort: 53
|
||||||
name: dns
|
name: dns
|
||||||
|
|
Loading…
Reference in New Issue