From 60014ebe4dd36875714b0ef64131ca6c75d9528d Mon Sep 17 00:00:00 2001 From: lolcat Date: Wed, 5 Aug 2026 03:06:14 -0400 Subject: [PATCH] add autistic graph --- docs/configure.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configure.md b/docs/configure.md index dd7ada8..a5a0936 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -163,3 +163,7 @@ const FPLAY_EXTERNAL_ENDPOINT = null; # Change null to "https://your-endpoint.co **IMPORTANT:** By default, `localhost:3030` is what Firefox connects to. The render server is exposed at `localhost:3000`. Don't mix them up, otherwise you will get errors about an "invalid Upgrade header". If everything was done correctly, you should be seeing results on the Google scraper! You can set proxies in `data/config.php` for it, just like any other scraper. + +In case it isn't clear, here is a visual representation of what you want to achieve: + +![Network map](https://i.imgur.com/jFjbBtG.png)