From 89403e96e82ce87a0d41944e607d207eb9b345c6 Mon Sep 17 00:00:00 2001 From: Pierce Lally Date: Fri, 14 Feb 2025 21:44:43 -0500 Subject: [PATCH] Update cfc.lua --- lua/cfc_http_restrictions/configs/server/cfc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/cfc_http_restrictions/configs/server/cfc.lua b/lua/cfc_http_restrictions/configs/server/cfc.lua index fc104c3..e634f37 100644 --- a/lua/cfc_http_restrictions/configs/server/cfc.lua +++ b/lua/cfc_http_restrictions/configs/server/cfc.lua @@ -3,5 +3,6 @@ return { addresses = { ["cf-steam-api.redoxdev.workers.dev"] = { allowed = true, permanent = true }, + ["gm-http-proxy.fly.dev"] = { allowed = true, permanent = true }, } }