mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:32:05 -04:00
Added transfer-source lines
This commit is contained in:
parent
895c909651
commit
ccd492e4ee
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
options {
|
||||
query-source address 10.53.0.3;
|
||||
transfer-source 10.53.0.3;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
options {
|
||||
query-source address 10.53.0.3;
|
||||
transfer-source 10.53.0.3;
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
|
|
|
|||
Loading…
Reference in a new issue