mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/secure_dns: block some domains for a while
This commit is contained in:
parent
7a613e9a43
commit
a135fecd68
1 changed files with 6 additions and 0 deletions
|
|
@ -34,6 +34,12 @@
|
||||||
# Gotta preserve that thinking ability of my smoof bwain
|
# Gotta preserve that thinking ability of my smoof bwain
|
||||||
pkgs.ai_blocklist
|
pkgs.ai_blocklist
|
||||||
pkgs.hategroup_blocklist
|
pkgs.hategroup_blocklist
|
||||||
|
|
||||||
|
# Gotta purify my smoos brain for a while
|
||||||
|
(pkgs.writeText "extra_dns_blocklist" ''
|
||||||
|
instagram.com
|
||||||
|
youtube.com
|
||||||
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
# Add this to test if dnscrypt-proxy is actually used to resolve DNS requests
|
# Add this to test if dnscrypt-proxy is actually used to resolve DNS requests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue