56 lines
854 B
TypeScript
56 lines
854 B
TypeScript
// AUTO-GENERATED by scripts/generate-onion-config.cjs — do not edit
|
|
|
|
export const CYBERLUX_ENTRY_VALUES = [
|
|
"hub",
|
|
"account",
|
|
"arb-academy",
|
|
"awards",
|
|
"barter",
|
|
"chatter",
|
|
"checkout",
|
|
"comparison",
|
|
"conspiracies",
|
|
"darknet-atlas",
|
|
"dashboard",
|
|
"directory",
|
|
"drop-box",
|
|
"drops",
|
|
"easter-eggs",
|
|
"exchange",
|
|
"forum",
|
|
"game",
|
|
"hidden-wiki",
|
|
"inner-circle",
|
|
"links",
|
|
"market",
|
|
"messages",
|
|
"mixer",
|
|
"presswire",
|
|
"raffle",
|
|
"red-room",
|
|
"reviews",
|
|
"sanctuary",
|
|
"search",
|
|
"secret-layer",
|
|
"security-analysis",
|
|
"sign-in",
|
|
"sign-up",
|
|
"support",
|
|
"syndicate",
|
|
"testimonials",
|
|
"trees",
|
|
"trust",
|
|
"vault",
|
|
"vendors",
|
|
"w",
|
|
"wallets",
|
|
"webring",
|
|
"wiki",
|
|
] as const;
|
|
|
|
export type CyberluxEntry = (typeof CYBERLUX_ENTRY_VALUES)[number];
|
|
|
|
export const DEDICATED_ROOT = {
|
|
|
|
} as const;
|