আমি প্যানডোরা.কম এ অ্যাক্সেস করতে আনলক-us.com ডিএনএস সার্ভার ব্যবহার করি। আমাদের সংস্থা সংস্থা স্টাফ জন্য প্রচুর * .mycompany.in অন্তর্ভুক্ত ডোমেন ব্যবহার করছে। অবশ্যই আনব্লক-আমাদের সেগুলি সমাধান করতে পারে না এবং আমি তাদের প্রত্যেককে হোস্ট ফাইলে যুক্ত করতে সত্যই অসুস্থ। Mycompany.in অন্তর্ভুক্ত ডোমেনগুলির জন্য কোম্পানী ডিএনএস সার্ভার এবং বাকী অন্যান্য ডিএনএস সার্ভার ব্যবহার করার কোনও উপায় আছে কি? এটি আমার ব্যক্তিগত কম্পিউটারের জন্য, সংস্থা ডিএনএস সেটিংসে কোনও কিছুই পরিবর্তন করতে পারে না।
সমাধান:
জেনস এরিচকে ধন্যবাদ, আমি ম্যারাডএনএস-এর জন্য পুনরাবৃত্ত ডিএনএস সার্ভার ইউসাইড ডেডউড শেষ করেছি। এটি আমার ডেডউড কনফিগারেশন ফাইল (dwood3rc.txt):
# Please note that each upstream_servers entry takes up space in Deadwood's
# cache and that maximum_cache_elements will need to be increased to store
# a large number of these entries.
upstream_servers = {}
upstream_servers["."] = "8.8.8.8, 8.8.4.4" # Google DNS as example
# To have Deadwood perform DNS queries for a small LAN and have the DNS server
# on 192.168.1.111 resolve queries ending in "internal":
root_servers = {}
root_servers["internal."]="<my.company.dns.ip1>, <my.company.dns.ip2>"
# The IP this program has
bind_address="127.0.0.1"
# The IPs allowed to connect and use the cache
recursive_acl = "127.0.0.1/16"
# The file containing a hard-to-guess secret
random_seed_file = "secret.txt" # created with mkSecretTxt.exe from MaraDNS
# By default, for security reasons, Deadwood does not allow IPs in the
# 192.168.x.x, 172.[16-31].x.x, 10.x.x.x, 127.x.x.x, 169.254.x.x,
# 224.x.x.x, or 0.0.x.x range. If using Deadwood to resolve names
# on an internal network, uncomment the following line:
filter_rfc1918 = 0
এবং তারপরে সবেমাত্র install.batডেডউড ফোল্ডারে ব্যবহৃত হয়েছে।