Files
tiny-forge/web/.svelte-kit/output/server/nodes/14.js
T
alexei.dolgolyov 670948f113 fix: address code review findings for DNS management
- CRITICAL: Change DNS zones endpoint from GET to POST to avoid
  leaking API token in URL query parameters
- HIGH: Add sync.RWMutex to protect dnsProvider field in Server,
  Deployer, and proxy Manager against concurrent read/write races
- HIGH: Capture old DNS provider reference synchronously before
  launching background cleanup goroutine
- HIGH: Use getDNS()/getDNSProviderLocked() accessors instead of
  direct field reads in all DNS operations
2026-04-02 14:54:15 +03:00

14 lines
1.2 KiB
JavaScript

export const index = 14;
let component_cache;
export const component = async () => component_cache ??= (await import('../entries/pages/proxies/create/_page.svelte.js')).default;
export const universal = {
"ssr": false,
"prerender": false
};
export const universal_id = "src/routes/proxies/create/+page.ts";
export const imports = ["_app/immutable/nodes/14.udJGaOK1.js","_app/immutable/chunks/BJdXET8u.js","_app/immutable/chunks/DKemW7Dm.js","_app/immutable/chunks/BSEsuAwr.js","_app/immutable/chunks/BSXRhUWv.js","_app/immutable/chunks/ecfdBtDb.js","_app/immutable/chunks/BlV-f-zB.js","_app/immutable/chunks/CWhLh9u1.js","_app/immutable/chunks/phMGo29-.js","_app/immutable/chunks/kfynmD3Z.js","_app/immutable/chunks/DsQCf6vC.js","_app/immutable/chunks/Bpb8V1MF.js","_app/immutable/chunks/DTyrBG6r.js","_app/immutable/chunks/DfwQ65vN.js","_app/immutable/chunks/DgtbvmBB.js","_app/immutable/chunks/CZnXUJhL.js","_app/immutable/chunks/LFhQE6G2.js","_app/immutable/chunks/R0-LJft-.js","_app/immutable/chunks/BFW91e3Y.js","_app/immutable/chunks/C8zo5-Sk.js","_app/immutable/chunks/CGCp4lb_.js","_app/immutable/chunks/DrzuxmSv.js"];
export const stylesheets = [];
export const fonts = [];