#!/bin/sh # -------------------------------------------------------------- # -- Warm up DNS cache script by your own MRU domains # -- # -- Version 1.0 # -- By Yuri Voinov (c) 2014 # -------------------------------------------------------------- dig=`which dig` echo "Warming up cache by MRU domains..." $dig -f - >/dev/null 2>&1 <