mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
4700. [func] Serving of stale answers is now supported. This
allows named to provide stale cached answers when the authoritative server is under attack. See max-stale-ttl, stale-answer-enable, stale-answer-ttl. [RT #44790]
This commit is contained in:
@@ -1328,7 +1328,9 @@ static dns_dbmethods_t sdlzdb_methods = {
|
||||
NULL, /* setcachestats */
|
||||
NULL, /* hashsize */
|
||||
NULL, /* nodefullname */
|
||||
NULL /* getsize */
|
||||
NULL, /* getsize */
|
||||
NULL, /* setservestalettl */
|
||||
NULL /* getservestalettl */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user