Skip to content
Snippets Groups Projects
Commit 4c5735ce authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

configure dnsmasq to listen on localhost only

parent 58e1db6a
No related branches found
No related tags found
No related merge requests found
#Listen on all interfaces #Listen on localhost
interface=* bind-interfaces
listen-address=127.0.0.1
addn-hosts=/etc/hosts addn-hosts=/etc/hosts
......
...@@ -29,11 +29,9 @@ spec: ...@@ -29,11 +29,9 @@ spec:
- name: dns - name: dns
containerPort: 53 containerPort: 53
hostPort: 53 hostPort: 53
hostIP: 127.0.0.1
protocol: UDP protocol: UDP
- name: dns-tcp - name: dns-tcp
containerPort: 53 containerPort: 53
hostIP: 127.0.0.1
hostPort: 53 hostPort: 53
protocol: TCP protocol: TCP
volumeMounts: volumeMounts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment