উত্তর:
dnsmasq ডিএইচসিপি সার্ভার ডিফল্টরূপে অক্ষম করেছে। এটি সক্ষম করতে আপনাকে ডিএইচসিপি-সম্পর্কিত লাইনগুলিতে অসুবিধা করতে হবে/etc/dnsmasq.conf
সমস্ত অনুরোধগুলি 208.67.222.222 এ ফরোয়ার্ড করতে এটি এতে যোগ করার জন্য যথেষ্ট (dnsmasq কনফিগারেশন স্পর্শ না করে) /etc/resolv.conf
:
nameserver 127.0.0.1
# In order to configure dnsmasq to act as cache for the host on which it
# is running, put [as the first line] "nameserver 127.0.0.1" in /etc/resolv.conf to force
# local processes to send queries to dnsmasq. [...]
# dnsmasq is smart enough to ignore this line and forward all queries appropriately,
# while all other applications will send all their queries to dnsmasq.
nameserver 208.67.222.222
এটাই :)