The always-on region-mobile surface is publicly "sales" (the node is still the Prospector PWA internally). DNS host becomes sales.ct.uvlava.com; the joker.com CNAME is sales.transquinnftw.com -> sales.ct.uvlava.com. Updated terraform record, env grant, client examples, README, and tests (8 pass). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
19 lines
576 B
JSON
19 lines
576 B
JSON
{
|
|
"name": "@ct/dns-updater",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "dyndns2-compatible DNS updater for *.ct.uvlava.com, backed by the DigitalOcean DNS API. Lets region-mobile nodes (live broadcast relay, sales/prospector PWA) self-update their A record on relocation.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.ts",
|
|
"start": "bun run src/index.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.6.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.14",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|