just some, not all ... that's what's scary 😱
l'article est bien mais il référence qu'un seul use case
tcpdump port 53 and 'udp[11] & 8 = 0' and 'udp[11] & 4 = 0' and 'udp[11] & 2 = 2' and 'udp[11] & 1 = 0'
Un dns garanti sans neutralité
Introducing 1.1.1.1 for Families — the easiest way to add a layer of protection to your home network and protect it from malware and adult content. 1.1.1.1 for Families leverages Cloudflare's global network to ensure that it is fast and secure around the world.
via blue, un tool marrant pour l'enum dns
Since Fedora uses NetworkManager
to handle its resolv.conf
and not resolvconf
like debian would've, it's a bit more shady but this does the trick:
[root@groar etc] # cat /etc/resolv.conf
# Generated by NetworkManager
search mycustomdomain.com
nameserver myinternalDNSIPaddres
nameserver 8.8.8.8
nameserver 9.9.9.9
options use-vc
[root@groar etc] # tail -4 /etc/sysconfig/network-scripts/network-functions
grep -iq "options use-vc" /etc/resolv.conf
if [ $? -ne 0 ]; then
echo "options use-vc" >> /etc/resolv.conf
fi
omgwtfbbq j'ai fini par trouver cette page de config