linux - how to add entry to local DNS resolver - Super User

linux - how to add entry to local DNS resolver - Super User

瀏覽:1144
日期:2025-11-16
You might be able to use /etc/hosts to add your entry. This is not really using DNS but it affects the resolver library in Linux, which is used by most applications. Add: 1.2.3.4 kitty.myweb.com Another option would be to install a simple DNS server on yo...看更多