1)
$ sudo cat /var/run/dnsmasq/resolv.conf
nameserver 10.110.192.130
2)
$sudo cat /etc/dnsmasq.conf | grep ^[^#]
conf-dir=/etc/dnsmasq.d
3)
$ sudo cat /etc/dnsmasq.d/10-consul
server=/consul/127.0.0.1#8600
4)
$ sudo cat /var/run/dnsmasq/resolv.conf
nameserver 10.110.192.130
2)
$sudo cat /etc/dnsmasq.conf | grep ^[^#]
conf-dir=/etc/dnsmasq.d
3)
$ sudo cat /etc/dnsmasq.d/10-consul
server=/consul/127.0.0.1#8600
4)
No comments:
Post a Comment