Remove recursion

This commit is contained in:
Pierre HUBERT 2024-09-30 16:56:28 +02:00
parent 85d4df513b
commit 6b38c46be9

View File

@ -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; };
}; };