pakai ssh
instruksi :
To disable DNS recursion:
nano -w /var/named/chroot/etc/named.conf
Add the following text at the end of this file:
options {
recursion no;
};
then restart the named service (service named restart)
No comments:
Post a Comment