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 }, } }