diff --git a/configs/webring.json.example b/configs/webring.json.example index f88aa896..43f32e45 100644 --- a/configs/webring.json.example +++ b/configs/webring.json.example @@ -1,10 +1,8 @@ { "following": [ - "https://vch.moe/webring.json" + "https://example.com/webring.json" ], "blacklist": [ - "spacechan.xyz", - "bunkerchan.xyz", - "16chan.xyz" + "badwebsite.com", ] }