mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
dns.cgi: Set EDNS buffer size to 1232
References: #12240 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -764,7 +764,8 @@ sub check_nameserver($$$$) {
|
||||
my $retry = "+retry=0";
|
||||
|
||||
# Default values.
|
||||
my @command = ("kdig", "$timeout", "$retry", "+dnssec");
|
||||
my @command = ("kdig", "$timeout", "$retry", "+dnssec",
|
||||
"+bufsize=1232");
|
||||
|
||||
# Handle different protols.
|
||||
if ($proto eq "TCP") {
|
||||
|
||||
Reference in New Issue
Block a user