mirror of
https://github.com/denuitt1/mhr-cfw.git
synced 2026-05-17 21:24:36 +03:00
Update Code.gs
This commit is contained in:
+1
-12
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user