Searched refs:forwarders (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.sbin/unbound/local-setup/
H A Dlocal-unbound-setup.sh48 forwarders=""
356 # Get the list of forwarders, either from the command line or
359 forwarders="$@"
360 if [ -z "$forwarders" ] ; then
361 echo "Extracting forwarders from ${resolv_conf}."
362 forwarders=$(get_nameservers <"${resolv_conf}")
371 if [ -z "${forwarders}" ] ; then
372 echo -n "No forwarders found in ${resolv_conf##*/}, "
380 gen_forward_conf ${forwarders} | unexpand >"${tmp_forward_conf}"

Completed in 112 milliseconds