URL: https://www.opennet.ru/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID3
Нить номер: 5358
[ Назад ]

Исходное сообщение
"Тематический каталог: Пример использования кэширующего DNS сервера pdnsd (dns cache)"

Отправлено auto_topic , 30-Мрт-05 14:33 
Обсуждение статьи тематического каталога: Пример использования кэширующего DNS сервера pdnsd (dns cache)

Ссылка на текст статьи: http://www.opennet.ru/base/net/pdnsd_example.txt.html


Содержание

Сообщения в этом обсуждении
"Пример использования кэширующего DNS сервера pdnsd (dns cache)"
Отправлено Taurus , 30-Мрт-05 14:33 
У мя не грузится сылка ttp://home.t-online.de/home/Moestl/ чё делать??

"Пример использования кэширующего DNS сервера pdnsd (dns cache)"
Отправлено sword , 11-Июн-08 10:00 
подскажите как сбросить кэш pdnsd сервера ??

"Пример использования кэширующего DNS сервера pdnsd (dns cach..."
Отправлено Анониум , 30-Окт-08 15:22 
$ pdnsd-ctl empty-cache

empty-cache     [[+|-]name ...]
        Delete all entries in the cache matching include/exclude rules.
        If no arguments are provided, the cache is completely emptied,
        freeing all existing entries. This also removes "local" records,
        as defined by the config file. To restore local records, run
        "pdnsd-ctl config" immediately afterwards.
        If one or more arguments are provided, these are interpreted as
        include/exclude names. If an argument starts with a '+' the name is to
        be included. If an argument starts with a '-' it is to be excluded.
        If an argument does not begin with '+' or '-', a '+' is assumed.
        If the domain name of a cache entry ends in one of the names in the
        list, the first match will determine what happens. If the matching name
        is to be included, the cache entry is deleted, otherwise it remains.
        If there are no matches, the default action is not to delete.