diff --git a/lib/fudo/adguard-dns-proxy.nix b/lib/fudo/adguard-dns-proxy.nix index feccc0e..aaa01f0 100644 --- a/lib/fudo/adguard-dns-proxy.nix +++ b/lib/fudo/adguard-dns-proxy.nix @@ -143,6 +143,18 @@ in { name = "OISD.NL Blocklist"; url = "https://abp.oisd.nl/"; } + { + name = "FireBog Easy Privacy"; + url = "https://v.firebog.net/hosts/Easyprivacy.txt"; + } + { + name = "FireBog Easy Ads"; + url = "https://v.firebog.net/hosts/Easylist.txt"; + } + { + name = "FireBog Easy Admiral"; + url = "https://v.firebog.net/hosts/Admiral.txt"; + } ]; };