mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 13:01:40 -05:00
10 lines
191 B
Text
10 lines
191 B
Text
401. [func] Added simple database API.
|
|
|
|
341. [func] Support 'key' clause in named.conf zone masters
|
|
statement:
|
|
|
|
masters {
|
|
10.0.0.1 port 666 key "foo";
|
|
10.0.0.2 ;
|
|
};
|
|
|