mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 12:18:52 +03:00
configure dnsmasq to listen on localhost only
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#Listen on all interfaces
|
||||
interface=*
|
||||
#Listen on localhost
|
||||
bind-interfaces
|
||||
listen-address=127.0.0.1
|
||||
|
||||
addn-hosts=/etc/hosts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user