• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
l

lk_ducky

untitled-4841

Public
Like
untitled-4841
Home
Code
2
README.md
main.ts
Environment variables
Branches
1
Pull requests
Remixes
History
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
…
README.md

const REAL_URL = "https://apple.nextdns.io/NextDNS%20(aa5bc2).mobileconfig?sign=1"; const EXPIRE_MS = 30 * 60 * 1000; const CREATED_AT = Date.now();

export default async function(req: Request) { if (Date.now() - CREATED_AT > EXPIRE_MS) { return new Response("Link da het han", { status: 410 }); } return Response.redirect(REAL_URL, 302); }

FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
AboutAlternativesPricingBlogNewsletterCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2026 Val Town, Inc.