andreios
Regular Pleskian
I live in Germany and got an mail today from the "Bundesamt für Sicherheit in der Informationstechnik (BSI)" stating that my IP servers an open DNS resolver and I should fix this issue because this can be used for reflection attacks.
In named.conf I see this in the options section:
Is allow-recusion for all addresses really needed?
And how do I modify the options section in the right way?
When I understand right according to this article I just have to add in options setting:
And in this way I can override and set any options in the options section and it won't be removed by Plesk?
And what are the best settings to prevent reflection attacks?
My Bind Version:
BIND 9.16.1-Ubuntu (Stable Release)
Ubuntu 20.04.2 LTS
In named.conf I see this in the options section:
Code:
options {
allow-recursion {
any;
};
listen-on-v6 { any; };
version "none";
directory "/var";
auth-nxdomain no;
pid-file "/var/run/named/named.pid";
};
And how do I modify the options section in the right way?
Plesk Help Center
support.plesk.com
Code:
hostname none;
And what are the best settings to prevent reflection attacks?
My Bind Version:
BIND 9.16.1-Ubuntu (Stable Release)
Ubuntu 20.04.2 LTS