-
Notifications
You must be signed in to change notification settings - Fork 16
dnsmasq
Tochiori Yausufmi edited this page Jul 22, 2019
·
4 revisions
# yum install -y dnsmasq
bogus-priv
address=/.your.host/192.168.10.1
listen-address=127.0.0.1
- Add nameserver 127.0.0.1
- 192.168.0.2 is existing DNS IP Address that is reserved by AWS.
; generated by /usr/sbin/dhclient-script
search ap-northeast-1.compute.internal
nameserver 127.0.0.1
nameserver 192.168.0.2
# systemctl start dnsmasq
# systemctl enable dnsmasq