From d592d19164f04c8e4ac64006eb2195dadc19f065 Mon Sep 17 00:00:00 2001 From: Ahmet Arda Kavakci Date: Tue, 15 Feb 2022 17:35:57 +0300 Subject: [PATCH] Add instances file --- instances.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 instances.js diff --git a/instances.js b/instances.js new file mode 100644 index 0000000..dd1e391 --- /dev/null +++ b/instances.js @@ -0,0 +1,8 @@ +const hostnames = { + instagram_hostname: "bibliogram.pussthecat.org"; + twitter_hostname: "nitter.42l.fr", + reddit_hostname: "libreddit.spike.codes", + youtube_hostname: "vid.puffyan.us" +}; + +export { hostnames };