securityos/public/Users/Public/Documents/Tools/Firewall/DNS.md

11 lines
317 B
Markdown
Raw Normal View History

2024-09-06 15:32:35 +00:00
# DNS SEGURO NO LINUX
> nano -w /etc/resolv.conf
### Substitua tudo o que estiver no nameserver por:
| #QUAD9 - O DNS MAIS SEGURO |
|-----------------------------|
|nameserver 9.9.9.9 |
|nameserver 149.112.112.112 |
### SALVE
### BLOQUEIE ALTERAÇÕES NO ARQUIVO:
> chattr +i /etc/resolv.conf