Actions
Bug #119
closedaxfrdns not working in dns-server package
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
10/23/2009
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
Zone transfers are not working in the dns-server package.
I have traced the problem out to these issues:
1. tinydns_setup_axfrdns() is not called in tinydns.inc
2. In tinydns_setup_axfrdns(), fwrite() $zonet - not $zone
3. At the end of tinydns_setup_axfrdns() the correct command needs to be called to build the tcpservice database:exec("cd /service/axfrdns && tcprules tcp.cdb tcp.tmp < tcp");
4. In tinydns_setup_axfrdns(), start the "tcp" file with a ":deny" line to prevent unauthorized zone transfers.
I have attached my modified version of tinydns.inc.
Files
Updated by Ermal Luçi over 14 years ago
- Status changed from New to Feedback
This should be resolved in latest versions of the package.
Updated by Chris Buechler over 14 years ago
- Status changed from Feedback to Resolved
Actions