Merge "Disable recursive queries with bind in Devstack"
This commit is contained in:
commit
41ecac37ea
@ -102,6 +102,7 @@ options {
|
|||||||
dnssec-validation auto;
|
dnssec-validation auto;
|
||||||
auth-nxdomain no; # conform to RFC1035
|
auth-nxdomain no; # conform to RFC1035
|
||||||
listen-on port $DESIGNATE_SERVICE_PORT_DNS { $DESIGNATE_SERVICE_HOST; };
|
listen-on port $DESIGNATE_SERVICE_PORT_DNS { $DESIGNATE_SERVICE_HOST; };
|
||||||
|
recursion no;
|
||||||
};
|
};
|
||||||
|
|
||||||
controls {
|
controls {
|
||||||
|
Loading…
Reference in New Issue
Block a user