nixos/modules/server/fedi/akkoma/blocklist.nix

33 lines
1.1 KiB
Nix
Raw Normal View History

2025-01-02 17:35:33 +04:00
{
media_nsfw = { };
reject = {
"wank.social" = "never goon";
"baraag.net" = "total pedo death";
"rape.pet" = "total pedo death";
"youjo.love" = "total pedo death";
"cunny.beauty" = "total pedo death";
"rqd2.net" = "total pedo death";
"cottoncandy.cafe" = "total pedo death";
"love.is.notacri.me" = "total pedo death";
"minor.cafe" = "total pedo death";
"filly.love" = "total pedo death";
"poni.cc" = "total pedo death";
"mesugaki.xyz" = "total pedo death";
"vampires.pet" = "total pedo death";
"eepy.express" = "total pedo death";
"inumimi.love" = "total pedo death";
"aethy.com" = "total pedo death";
"cunnyfu.cc" = "total pedo death";
"kidsarehot.fyi" = "total pedo death";
"loli.rodeo" = "total pedo death";
"pawoo.net" = "total pedo death";
"shota.house" = "total pedo death";
2025-01-02 22:17:29 +04:00
"yiff.life" = "never goon";
2025-01-08 18:18:15 +04:00
"threads.net" = "meta, your platform has turned to shit";
2025-01-12 09:54:50 +04:00
"void.rehab" = "blocked by isp, cannot federate with";
2025-01-02 17:35:33 +04:00
};
2025-01-08 18:18:15 +04:00
followers_only = { "bird.makeup" = "twitter mirror"; };
2025-01-02 17:35:33 +04:00
}