Remove recursion
This commit is contained in:
parent
85d4df513b
commit
6b38c46be9
@ -26,7 +26,7 @@ options {
|
|||||||
|
|
||||||
listen-on-v6 { any; };
|
listen-on-v6 { any; };
|
||||||
|
|
||||||
recursion yes;
|
//recursion yes;
|
||||||
allow-recursion { everybody; };
|
//allow-recursion { everybody; };
|
||||||
allow-transfer { none; };
|
//allow-transfer { none; };
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user