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; };
recursion yes;
allow-recursion { everybody; };
allow-transfer { none; };
//recursion yes;
//allow-recursion { everybody; };
//allow-transfer { none; };
};