Update Code.gs

This commit is contained in:
denuitt1
2026-05-02 04:06:35 -07:00
committed by GitHub
parent 69ef6deab8
commit 0a63cd7322
+1 -12
View File
@@ -1,15 +1,4 @@
/**
* DomainFront Relay — Google Apps Script With Cloudflare Worker Exit
*
* FLOW:
* Client → GAS (Google Apps Script) → CFW (Cloudflare Worker) → Internet
*
* MODES:
* 1. Single: POST { k, m, u, h, b, ct, r } → { s, h, b }
* 2. Batch: POST { k, q: [{m,u,h,b,ct,r}, ...] } → { q: [{s,h,b}, ...] }
*
* CHANGE THESE:
*/
// Google Apps Script File
const AUTH_KEY = "STRONG_SECRET_KEY";
const WORKER_URL = "https://example.workers.dev";