etc/hosts/blocklist: use only ::1, systemd-resolved will fix it automatically to 127.0.0.1 too

This commit is contained in:
Aminda Suomalainen 2024-05-09 12:05:37 +03:00
parent dff016aa45
commit 764073e241
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -1,14 +1,14 @@
#
##### BEGIN AMINDA BLOCKLIST #####
# NOTE! systemd-resolved will automatically make ::1 also 127.0.0.1
# Facebook API that a lot of things call, will break things for Facebook
# users, so don't apply on hosts those use
:: graph.facebook.com
0.0.0.0 graph.facebook.com
::1 graph.facebook.com
# Unnecessary service for Matrix rooms. I was dared to block it.
:: matrix.to www.matrix.to
0.0.0.0 matrix.to www.matrix.to
::1 matrix.to www.matrix.to
##### END AMINDA BLOCKLIST #####
#