8 lines
211 B
JavaScript
8 lines
211 B
JavaScript
const hostnames = {
|
|
instagram_hostname: "bibliogram.pussthecat.org";
|
|
twitter_hostname: "nitter.42l.fr",
|
|
reddit_hostname: "libreddit.spike.codes",
|
|
youtube_hostname: "vid.puffyan.us"
|
|
};
|
|
|
|
export { hostnames };
|