mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
10 lines
261 B
Text
10 lines
261 B
Text
Local DNS cache service.
|
|
|
|
This service is useful if you have more than 3 DNS servers,
|
|
or if you need a finer-grained control of which servers
|
|
can serve which domain.
|
|
|
|
To make programs use local DNS server, make sure
|
|
/etc/resolv.conf says:
|
|
|
|
nameserver 127.0.0.1
|