I'm getting lots of ERROR Relay timeout — Apps Script unresponsive in the log, browsers partially load web pages or just give 504 errors.
Occasionally there's a ERROR Relay failed: relay error: fetch failed: Exception: مشخصه با مقدار نامعتبری ارائه شده است: method error.
the config:
{ "mode": "apps_script", "google_ip": "216.239.38.120", "front_domain": "www.google.com", "script_id": "*****", "auth_key": "*****", "listen_host": "127.0.0.1", "listen_port": 8085, "socks5_port": 1080, "log_level": "info", "verify_ssl": true, "parallel_relay": 1, "sni_hosts": [ "www.google.com", "drive.google.com", "accounts.google.com", "play.google.com", "lens.google.com" ], "youtube_via_relay": true, "max_ips_to_scan": 100, "scan_batch_size": 500, "google_ip_validation": true, "tunnel_doh": true }
a sample log:
2026-05-14T16:04:20.901732100Z [ui] starting proxy...
2026-05-14T16:04:20.902395Z INFO Loaded MITM CA from C:\Users**********\AppData\Roaming\mhrv-rs\config\ca/ca.crt
2026-05-14T16:04:20.902474500Z [ui] listening HTTP 127.0.0.1:8085 SOCKS5 127.0.0.1:1080
2026-05-14T16:04:20.902647Z WARN Listening HTTP on 127.0.0.1:8085 — set your browser HTTP proxy to this address.
2026-05-14T16:04:20.902651Z WARN Listening SOCKS5 on 127.0.0.1:1080 — xray / Telegram / app-level SOCKS5 clients use this.
2026-05-14T16:04:21.154353Z INFO h2 connection established to relay edge
2026-05-14T16:04:24.053762Z INFO SOCKS5 CONNECT -> profile.accounts.firefox.com:443
2026-05-14T16:04:24.057134Z INFO dispatch profile.accounts.firefox.com:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:04:24.057380Z INFO MITM TLS -> profile.accounts.firefox.com:443 (socks_host=profile.accounts.firefox.com, sni=profile.accounts.firefox.com)
2026-05-14T16:04:24.070890Z INFO relay GET https://profile.accounts.firefox.com/v1/profile
2026-05-14T16:04:24.932108Z INFO h2 fast path active; h1 fallback pool pre-warmed with 6 connection(s)
2026-05-14T16:04:25.586749Z INFO SOCKS5 CONNECT -> www.youtube.com:443
2026-05-14T16:04:25.588342Z INFO dispatch www.youtube.com:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:04:25.588400Z INFO MITM TLS -> www.youtube.com:443 (socks_host=www.youtube.com, sni=www.youtube.com)
2026-05-14T16:04:25.592716Z INFO relay GET https://www.youtube.com/
2026-05-14T16:04:26.769271Z INFO SOCKS5 CONNECT -> www.youtube.com:443
2026-05-14T16:04:26.771480Z INFO dispatch www.youtube.com:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:04:26.771546Z INFO MITM TLS -> www.youtube.com:443 (socks_host=www.youtube.com, sni=www.youtube.com)
2026-05-14T16:04:26.773128Z INFO relay GET https://www.youtube.com/sw.js
2026-05-14T16:04:50.593239Z ERROR Relay timeout — Apps Script unresponsive
2026-05-14T16:04:51.783079Z ERROR Relay timeout — Apps Script unresponsive
2026-05-14T16:04:52.358703Z INFO relay GET https://www.youtube.com/sw.js
2026-05-14T16:04:52.618173Z INFO h2 connection established to relay edge
2026-05-14T16:05:01.874272000Z [ui] stop requested
2026-05-14T16:05:01.874354Z INFO Shutdown signal received, stopping listeners
2026-05-14T16:05:01.874365000Z [ui] proxy stopped
2026-05-14T16:05:01.874429900Z [ui] proxy stopped gracefully
and:
2026-05-14T15:58:18.151393Z INFO MITM TLS -> www.youtube.com:443 (socks_host=www.youtube.com, sni=www.youtube.com)
2026-05-14T15:58:18.153162Z INFO relay GET https://www.youtube.com/
2026-05-14T15:58:18.425965Z INFO h2 connection established to relay edge
2026-05-14T15:58:19.266154Z INFO SOCKS5 CONNECT -> www.youtube.com:443
2026-05-14T15:58:19.269110Z INFO dispatch www.youtube.com:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T15:58:19.269206Z INFO MITM TLS -> www.youtube.com:443 (socks_host=www.youtube.com, sni=www.youtube.com)
2026-05-14T15:58:19.272359Z INFO relay GET https://www.youtube.com/sw.js
2026-05-14T15:58:31.462741Z INFO stats: relay=7 (419KB) failures=0 coalesced=0 cache=0/0 (0% hit, 0KB) scripts=1/1 active h2-success=5/5 (100%)
2026-05-14T15:58:43.157809Z ERROR Relay timeout — Apps Script unresponsive
2026-05-14T15:58:44.708329Z INFO relay GET https://www.youtube.com/sw.js
2026-05-14T15:58:44.952796Z INFO h2 connection established to relay edge
2026-05-14T15:59:08.250315Z INFO relay GET https://www.youtube.com/
2026-05-14T15:59:08.491773Z INFO h2 connection established to relay edge
2026-05-14T15:59:09.724326Z ERROR Relay timeout — Apps Script unresponsive
2026-05-14T15:59:27.836044Z INFO SOCKS5 CONNECT -> push.services.mozilla.com:443
2026-05-14T15:59:27.838596Z INFO dispatch push.services.mozilla.com:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T15:59:27.838689Z INFO MITM TLS -> push.services.mozilla.com:443 (socks_host=push.services.mozilla.com, sni=push.services.mozilla.com)
2026-05-14T15:59:27.848805Z INFO relay GET https://push.services.mozilla.com/
2026-05-14T15:59:31.457519Z INFO stats: relay=10 (430KB) failures=2 coalesced=0 cache=0/0 (0% hit, 0KB) scripts=1/1 active h2-success=5/10 (50%)
2026-05-14T15:59:31.701843Z INFO h2 connection established to relay edge
2026-05-14T15:59:33.262254Z ERROR Relay timeout — Apps Script unresponsive
2026-05-14T15:59:34.783836Z INFO relay GET https://www.youtube.com/sw.js
2026-05-14T15:59:35.823678Z ERROR Relay failed: relay error: fetch failed: Exception: مشخصه با مقدار نامعتبری ارائه شده است: method
2026-05-14T16:00:12.798520Z INFO relay GET https://www.youtube.com/
2026-05-14T16:00:13.926264Z INFO relay GET https://www.youtube.com/sw.js
2026-05-14T16:00:18.034389Z INFO relay GET https://www.youtube.com/sw.js
2026-05-14T16:00:19.843107Z INFO relay POST https://www.youtube.com/api/jnn/v1/GenerateIT
2026-05-14T16:00:26.573135Z INFO relay POST https://www.youtube.com/youtubei/v1/guide?prettyPrint=false
2026-05-14T16:00:31.455987Z INFO stats: relay=17 (864KB) failures=4 coalesced=0 cache=0/0 (0% hit, 0KB) scripts=1/1 active h2-success=12/17 (71%)
2026-05-14T16:01:04.643543Z INFO SOCKS5 CONNECT -> profile.accounts.firefox.com:443
2026-05-14T16:01:04.645853Z INFO dispatch profile.accounts.firefox.com:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:04.645926Z INFO MITM TLS -> profile.accounts.firefox.com:443 (socks_host=profile.accounts.firefox.com, sni=profile.accounts.firefox.com)
2026-05-14T16:01:04.648288Z INFO relay GET https://profile.accounts.firefox.com/v1/profile
2026-05-14T16:01:06.701095Z INFO SOCKS5 CONNECT -> www.google.com:443
2026-05-14T16:01:06.701261Z INFO dispatch www.google.com:443 -> sni-rewrite tunnel (Google edge direct)
2026-05-14T16:01:06.701268Z INFO SNI-rewrite tunnel -> www.google.com:443 via 216.239.38.120 (outbound SNI=www.google.com)
2026-05-14T16:01:14.990355Z INFO SOCKS5 CONNECT -> www.google.com:443
2026-05-14T16:01:14.990992Z INFO dispatch www.google.com:443 -> sni-rewrite tunnel (Google edge direct)
2026-05-14T16:01:14.991024Z INFO SNI-rewrite tunnel -> www.google.com:443 via 216.239.38.120 (outbound SNI=www.google.com)
2026-05-14T16:01:15.091314Z INFO SOCKS5 CONNECT -> www.google.com:443
2026-05-14T16:01:15.092067Z INFO dispatch www.google.com:443 -> sni-rewrite tunnel (Google edge direct)
2026-05-14T16:01:15.092096Z INFO SNI-rewrite tunnel -> www.google.com:443 via 216.239.38.120 (outbound SNI=www.google.com)
2026-05-14T16:01:15.321863Z INFO SOCKS5 CONNECT -> www.google.com:443
2026-05-14T16:01:15.322410Z INFO dispatch www.google.com:443 -> sni-rewrite tunnel (Google edge direct)
2026-05-14T16:01:15.322429Z INFO SNI-rewrite tunnel -> www.google.com:443 via 216.239.38.120 (outbound SNI=www.google.com)
2026-05-14T16:01:15.522676Z INFO SOCKS5 CONNECT -> www.google.com:443
2026-05-14T16:01:15.523257Z INFO dispatch www.google.com:443 -> sni-rewrite tunnel (Google edge direct)
2026-05-14T16:01:15.523276Z INFO SNI-rewrite tunnel -> www.google.com:443 via 216.239.38.120 (outbound SNI=www.google.com)
2026-05-14T16:01:19.525022Z INFO SOCKS5 CONNECT -> www.google.com:443
2026-05-14T16:01:19.525664Z INFO dispatch www.google.com:443 -> sni-rewrite tunnel (Google edge direct)
2026-05-14T16:01:19.525689Z INFO SNI-rewrite tunnel -> www.google.com:443 via 216.239.38.120 (outbound SNI=www.google.com)
2026-05-14T16:01:19.768962Z INFO SOCKS5 CONNECT -> arduino.cc:443
2026-05-14T16:01:19.770508Z INFO dispatch arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:19.770574Z INFO MITM TLS -> arduino.cc:443 (socks_host=arduino.cc, sni=arduino.cc)
2026-05-14T16:01:19.777887Z INFO relay GET https://arduino.cc/
2026-05-14T16:01:22.835323Z INFO SOCKS5 CONNECT -> content.arduino.cc:443
2026-05-14T16:01:22.835781Z INFO relay GET https://arduino.cc/_next/static/css/e605fd9fd64050c0.css
2026-05-14T16:01:22.843657Z INFO dispatch content.arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.843804Z INFO MITM TLS -> content.arduino.cc:443 (socks_host=content.arduino.cc, sni=content.arduino.cc)
2026-05-14T16:01:22.845174Z INFO SOCKS5 CONNECT -> content.arduino.cc:443
2026-05-14T16:01:22.852142Z INFO SOCKS5 CONNECT -> content.arduino.cc:443
2026-05-14T16:01:22.852435Z INFO SOCKS5 CONNECT -> content.arduino.cc:443
2026-05-14T16:01:22.859372Z INFO dispatch content.arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.859462Z INFO MITM TLS -> content.arduino.cc:443 (socks_host=content.arduino.cc, sni=content.arduino.cc)
2026-05-14T16:01:22.860387Z INFO SOCKS5 CONNECT -> content.arduino.cc:443
2026-05-14T16:01:22.860428Z INFO SOCKS5 CONNECT -> content.arduino.cc:443
2026-05-14T16:01:22.860486Z INFO SOCKS5 CONNECT -> cdn.arduino.cc:443
2026-05-14T16:01:22.866746Z INFO dispatch content.arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.866870Z INFO MITM TLS -> content.arduino.cc:443 (socks_host=content.arduino.cc, sni=content.arduino.cc)
2026-05-14T16:01:22.868117Z INFO dispatch content.arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.868211Z INFO MITM TLS -> content.arduino.cc:443 (socks_host=content.arduino.cc, sni=content.arduino.cc)
2026-05-14T16:01:22.873084Z INFO relay GET https://content.arduino.cc/fonts/Roboto-Mono-Bold-webfont.woff
2026-05-14T16:01:22.880411Z INFO dispatch content.arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.880496Z INFO MITM TLS -> content.arduino.cc:443 (socks_host=content.arduino.cc, sni=content.arduino.cc)
2026-05-14T16:01:22.881989Z INFO dispatch content.arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.882076Z INFO MITM TLS -> content.arduino.cc:443 (socks_host=content.arduino.cc, sni=content.arduino.cc)
2026-05-14T16:01:22.883393Z INFO dispatch cdn.arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.883467Z INFO MITM TLS -> cdn.arduino.cc:443 (socks_host=cdn.arduino.cc, sni=cdn.arduino.cc)
2026-05-14T16:01:22.884603Z INFO SOCKS5 CONNECT -> arduino.cc:443
2026-05-14T16:01:22.884647Z INFO SOCKS5 CONNECT -> arduino.cc:443
2026-05-14T16:01:22.884672Z INFO SOCKS5 CONNECT -> arduino.cc:443
2026-05-14T16:01:22.884923Z INFO SOCKS5 CONNECT -> arduino.cc:443
2026-05-14T16:01:22.889215Z INFO relay GET https://content.arduino.cc/fonts/OpenSans-Bold-webfont.woff
2026-05-14T16:01:22.898999Z INFO SOCKS5 CONNECT -> arduino.cc:443
2026-05-14T16:01:22.904346Z INFO relay GET https://content.arduino.cc/fonts/OpenSans-Italic-webfont.woff
2026-05-14T16:01:22.904594Z INFO relay GET https://content.arduino.cc/fonts/OpenSans-Semibold-webfont.woff
2026-05-14T16:01:22.905600Z INFO dispatch arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.905668Z INFO MITM TLS -> arduino.cc:443 (socks_host=arduino.cc, sni=arduino.cc)
2026-05-14T16:01:22.907136Z INFO dispatch arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.907227Z INFO MITM TLS -> arduino.cc:443 (socks_host=arduino.cc, sni=arduino.cc)
2026-05-14T16:01:22.908978Z INFO dispatch arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.909068Z INFO MITM TLS -> arduino.cc:443 (socks_host=arduino.cc, sni=arduino.cc)
2026-05-14T16:01:22.910906Z INFO dispatch arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.911000Z INFO MITM TLS -> arduino.cc:443 (socks_host=arduino.cc, sni=arduino.cc)
2026-05-14T16:01:22.915842Z INFO relay GET https://content.arduino.cc/fonts/Roboto-Mono-Regular-webfont.woff
2026-05-14T16:01:22.916082Z INFO relay GET https://content.arduino.cc/fonts/OpenSans-Regular-webfont.woff
2026-05-14T16:01:22.924907Z INFO dispatch arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:22.924995Z INFO MITM TLS -> arduino.cc:443 (socks_host=arduino.cc, sni=arduino.cc)
2026-05-14T16:01:22.932867Z INFO relay GET https://cdn.arduino.cc/header-footer/prod/cookieSolution.css
2026-05-14T16:01:22.933105Z INFO relay GET https://arduino.cc/_next/static/css/2f39f2f3537629df.css
2026-05-14T16:01:22.936619Z INFO relay GET https://arduino.cc/_next/static/css/1877494b167afcc1.css
2026-05-14T16:01:22.936867Z INFO relay GET https://arduino.cc/_next/static/css/a0911ed60f09588c.css
2026-05-14T16:01:22.937197Z INFO relay GET https://arduino.cc/_next/static/css/37c1b8f0f1f68c8e.css
2026-05-14T16:01:22.938498Z INFO relay GET https://arduino.cc/_next/static/css/90dfe282a754efa7.css
2026-05-14T16:01:24.712025Z INFO relay GET https://arduino.cc/_next/static/css/4440a680f9832684.css
2026-05-14T16:01:25.308248Z INFO relay GET https://arduino.cc/_next/static/chunks/9722.c2b8bde5b8d6faad.js
2026-05-14T16:01:25.566309Z INFO relay GET https://arduino.cc/_next/static/chunks/4010.7dea937280a39aed.js
2026-05-14T16:01:25.664124Z INFO relay GET https://arduino.cc/_next/static/chunks/1510.15db849dcb296721.js
2026-05-14T16:01:26.895699Z INFO relay GET https://arduino.cc/_next/static/chunks/3497.65c93a24360e7844.js
2026-05-14T16:01:26.972864Z INFO relay GET https://arduino.cc/_next/static/chunks/9227.1f419087c9995014.js
2026-05-14T16:01:26.991946Z INFO relay GET https://arduino.cc/_next/static/chunks/985.0ec787d6237a287c.js
2026-05-14T16:01:26.997659Z INFO SOCKS5 CONNECT -> www.datocms-assets.com:443
2026-05-14T16:01:27.000374Z INFO dispatch www.datocms-assets.com:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:27.000472Z INFO MITM TLS -> www.datocms-assets.com:443 (socks_host=www.datocms-assets.com, sni=www.datocms-assets.com)
2026-05-14T16:01:27.011276Z INFO relay GET https://www.datocms-assets.com/150482/1738840518-iconrow.svg
2026-05-14T16:01:27.067787Z INFO SOCKS5 CONNECT -> www.datocms-assets.com:443
2026-05-14T16:01:27.070396Z INFO dispatch www.datocms-assets.com:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:27.070491Z INFO MITM TLS -> www.datocms-assets.com:443 (socks_host=www.datocms-assets.com, sni=www.datocms-assets.com)
2026-05-14T16:01:27.074201Z INFO relay GET https://www.datocms-assets.com/150482/1742310237-brand-dark.jpg
2026-05-14T16:01:27.440378Z INFO relay GET https://arduino.cc/_next/static/chunks/8396.e904d8def277b295.js
2026-05-14T16:01:29.060066Z INFO relay GET https://arduino.cc/_next/static/chunks/3016-0ef45adcd6aa804f.js
2026-05-14T16:01:29.091664Z INFO relay GET https://arduino.cc/_next/static/chunks/3568.cf5b764d88524bdb.js
2026-05-14T16:01:29.256333Z INFO relay GET https://arduino.cc/_next/static/chunks/9742.cfecb3637b05db11.js
2026-05-14T16:01:29.342588Z INFO relay GET https://arduino.cc/_next/static/chunks/3533.c6a83da34a41c65d.js
2026-05-14T16:01:29.484594Z INFO relay GET https://arduino.cc/_next/static/chunks/7297.79c941b442efb2ed.js
2026-05-14T16:01:29.599729Z INFO relay GET https://arduino.cc/_next/static/chunks/5008.576d11af94b5cf9f.js
2026-05-14T16:01:31.453861Z INFO stats: relay=48 (1908KB) failures=4 coalesced=0 cache=0/0 (0% hit, 0KB) scripts=1/1 active h2-success=35/40 (88%)
2026-05-14T16:01:31.519500Z INFO relay GET https://arduino.cc/_next/static/chunks/9391.080359a8a2b941d1.js
2026-05-14T16:01:31.525568Z INFO relay GET https://arduino.cc/_next/static/chunks/webpack-dd4abf208af74d7f.js
2026-05-14T16:01:31.530230Z INFO relay GET https://arduino.cc/_next/static/chunks/framework-f00fddb9800f9292.js
2026-05-14T16:01:31.635747Z INFO relay GET https://arduino.cc/_next/static/chunks/main-695e353efc0a2998.js
2026-05-14T16:01:32.752328Z INFO relay GET https://arduino.cc/_next/static/chunks/pages/_app-b0c45e874af17054.js
2026-05-14T16:01:33.012060Z INFO relay GET https://arduino.cc/_next/static/chunks/3264-15ffb78b6b9a2367.js
2026-05-14T16:01:33.041196Z INFO relay GET https://arduino.cc/_next/static/chunks/13-69822c29e70bd6b5.js
2026-05-14T16:01:33.481755Z INFO relay GET https://arduino.cc/_next/static/chunks/pages/%5B%5B...slug%5D%5D-4cc4ac2f3747343d.js
2026-05-14T16:01:33.824043Z INFO relay GET https://arduino.cc/_next/static/bPRUeRMHIP2BQeRH8edDC/_buildManifest.js
2026-05-14T16:01:33.828437Z INFO relay GET https://arduino.cc/_next/static/bPRUeRMHIP2BQeRH8edDC/_ssgManifest.js
2026-05-14T16:01:33.919449Z INFO SOCKS5 CONNECT -> evs.aayinltcs.arduino.cc:443
2026-05-14T16:01:33.920968Z INFO dispatch evs.aayinltcs.arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:33.921044Z INFO MITM TLS -> evs.aayinltcs.arduino.cc:443 (socks_host=evs.aayinltcs.arduino.cc, sni=evs.aayinltcs.arduino.cc)
2026-05-14T16:01:33.929846Z INFO relay GET https://evs.aayinltcs.arduino.cc/5yy37B6M2UBwaTzKNi37Ls/qUh2Pce5EsyeGTFGda1mDz.min.js
2026-05-14T16:01:34.830379Z INFO relay GET https://arduino.cc/images/arrow.svg
2026-05-14T16:01:35.578503Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=2048,quality=60,format=auto/https://www.datocms-assets.com/150482/1764063710-img.png
2026-05-14T16:01:35.676864Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=2048,quality=60,format=auto/https://www.datocms-assets.com/150482/1769011155-img.png
2026-05-14T16:01:35.982098Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=2048,quality=60,format=auto/https://www.datocms-assets.com/150482/1738746652-opta.png
2026-05-14T16:01:36.487661Z INFO SOCKS5 CONNECT -> evs.aayinltcs.arduino.cc:443
2026-05-14T16:01:36.490540Z INFO dispatch evs.aayinltcs.arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:36.490638Z INFO MITM TLS -> evs.aayinltcs.arduino.cc:443 (socks_host=evs.aayinltcs.arduino.cc, sni=evs.aayinltcs.arduino.cc)
2026-05-14T16:01:36.496154Z INFO relay GET https://evs.aayinltcs.arduino.cc/v1/projects/Mjvf0GrvmQYNDH0GfIhND5e8aGFynScR/settings
2026-05-14T16:01:36.882831Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=2048,quality=60,format=auto/https://www.datocms-assets.com/150482/1777475566-bg-banner-ventunoq.png
2026-05-14T16:01:37.850730Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=2048,quality=60,format=auto/https://www.datocms-assets.com/150482/1777475598-banner-ventuno-q.png
2026-05-14T16:01:38.119162Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=2048,quality=60,format=auto/https://www.datocms-assets.com/150482/1772726112-qualcomm-banner.png
2026-05-14T16:01:38.195876Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=2048,quality=60,format=auto/https://www.datocms-assets.com/150482/1777475656-banner-qualcomm.png
2026-05-14T16:01:39.260006Z INFO relay GET https://arduino.cc/_next/static/chunks/9896.4c725aae1fd7c940.js
2026-05-14T16:01:39.440842Z INFO relay GET https://cdn.arduino.cc/header-footer/prod/cookieSolution.js
2026-05-14T16:01:39.444153Z INFO SOCKS5 CONNECT -> www.google.com:443
2026-05-14T16:01:39.444515Z INFO dispatch www.google.com:443 -> sni-rewrite tunnel (Google edge direct)
2026-05-14T16:01:39.444528Z INFO SNI-rewrite tunnel -> www.google.com:443 via 216.239.38.120 (outbound SNI=www.google.com)
2026-05-14T16:01:39.866844Z INFO SOCKS5 CONNECT -> www.gstatic.com:443
2026-05-14T16:01:39.867160Z INFO dispatch www.gstatic.com:443 -> sni-rewrite tunnel (Google edge direct)
2026-05-14T16:01:39.867172Z INFO SNI-rewrite tunnel -> www.gstatic.com:443 via 216.239.38.120 (outbound SNI=www.google.com)
2026-05-14T16:01:40.059311Z INFO relay GET https://arduino.cc/_next/data/bPRUeRMHIP2BQeRH8edDC/product-uno-q.json?slug=product-uno-q
2026-05-14T16:01:41.643892Z INFO SOCKS5 CONNECT -> cdn.arduino.cc:443
2026-05-14T16:01:41.648411Z INFO dispatch cdn.arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:41.648519Z INFO MITM TLS -> cdn.arduino.cc:443 (socks_host=cdn.arduino.cc, sni=cdn.arduino.cc)
2026-05-14T16:01:41.652697Z INFO relay GET https://cdn.arduino.cc/header-footer/prod/assets/favicon-arduino/favicon.ico
2026-05-14T16:01:41.696626Z INFO SOCKS5 CONNECT -> www.gstatic.com:443
2026-05-14T16:01:41.697138Z INFO dispatch www.gstatic.com:443 -> sni-rewrite tunnel (Google edge direct)
2026-05-14T16:01:41.697156Z INFO SNI-rewrite tunnel -> www.gstatic.com:443 via 216.239.38.120 (outbound SNI=www.google.com)
2026-05-14T16:01:41.706473Z INFO SOCKS5 CONNECT -> www.gstatic.com:443
2026-05-14T16:01:41.706820Z INFO dispatch www.gstatic.com:443 -> sni-rewrite tunnel (Google edge direct)
2026-05-14T16:01:41.706848Z INFO SNI-rewrite tunnel -> www.gstatic.com:443 via 216.239.38.120 (outbound SNI=www.google.com)
2026-05-14T16:01:42.158690Z INFO relay GET https://arduino.cc/_next/static/chunks/reactPlayerFilePlayer.689258353e0f5071.js
2026-05-14T16:01:43.287606Z INFO SOCKS5 CONNECT -> fonts.gstatic.com:443
2026-05-14T16:01:43.288015Z INFO dispatch fonts.gstatic.com:443 -> sni-rewrite tunnel (Google edge direct)
2026-05-14T16:01:43.288031Z INFO SNI-rewrite tunnel -> fonts.gstatic.com:443 via 216.239.38.120 (outbound SNI=www.google.com)
2026-05-14T16:01:44.319394Z INFO relay GET https://evs.aayinltcs.arduino.cc/analytics-next/bundles/tsub-middleware.bundle.d94be5c4b3baf7f16aa2.js
2026-05-14T16:01:44.883702Z INFO SOCKS5 CONNECT -> content.arduino.cc:443
2026-05-14T16:01:44.886461Z INFO dispatch content.arduino.cc:443 -> MITM + Apps Script relay (TLS detected)
2026-05-14T16:01:44.886579Z INFO MITM TLS -> content.arduino.cc:443 (socks_host=content.arduino.cc, sni=content.arduino.cc)
2026-05-14T16:01:44.893336Z INFO relay GET https://content.arduino.cc/assets/homepage-16-9.webm
2026-05-14T16:01:46.363400Z INFO relay GET https://evs.aayinltcs.arduino.cc/analytics-next/bundles/ajs-destination.bundle.8e6b895db75187c55313.js
2026-05-14T16:01:48.415081Z INFO relay GET https://evs.aayinltcs.arduino.cc/analytics-next/bundles/schemaFilter.bundle.1b218d13fed021531d4e.js
2026-05-14T16:01:50.890319Z INFO relay GET https://arduino.cc/_next/data/bPRUeRMHIP2BQeRH8edDC/starterkit.json?slug=starterkit
2026-05-14T16:01:51.008982Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=1080,quality=60,format=auto/https://www.datocms-assets.com/150482/1738941205-pro-solution-card.svg
2026-05-14T16:01:51.009570Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=1080,quality=60,format=auto/https://www.datocms-assets.com/150482/1738946024-maker-solution-card.svg
2026-05-14T16:01:51.010237Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=1080,quality=60,format=auto/https://www.datocms-assets.com/150482/1739176609-edu-solution-card.svg
2026-05-14T16:01:51.014567Z INFO relay GET https://arduino.cc/_next/data/bPRUeRMHIP2BQeRH8edDC/product-ventuno-q.json?slug=product-ventuno-q
2026-05-14T16:01:54.197082Z INFO range-parallel: 4878402 bytes total, 18 chunks remaining after probe, up to 16 in flight
2026-05-14T16:01:54.590631Z INFO range-parallel: 2066310 bytes total, 7 chunks remaining after probe, up to 16 in flight
2026-05-14T16:01:56.386580Z INFO range-parallel: 1606330 bytes total, 6 chunks remaining after probe, up to 16 in flight
2026-05-14T16:02:09.896374Z ERROR Relay timeout — Apps Script unresponsive
2026-05-14T16:02:17.140419Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=640,quality=60,format=auto/https://www.datocms-assets.com/150482/1741354670-c6ff7a171422510116cada7b312db11b.jpeg
2026-05-14T16:02:17.140657Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=640,quality=60,format=auto/https://www.datocms-assets.com/150482/1741354706-23c6592450ef71869726c2743d757f4f.png
2026-05-14T16:02:17.143573Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=640,quality=60,format=auto/https://www.datocms-assets.com/150482/1741354743-d482bd26c8bb05e9582a1b4927fd956c.jpeg
2026-05-14T16:02:17.143913Z INFO relay GET https://arduino.cc/cdn-cgi/image/width=640,quality=60,format=auto/https://www.datocms-assets.com/150482/1742303880-47ea25f46c304e5862ca44ae830438e0.png
2026-05-14T16:02:31.189568800Z [ui] stop requested
2026-05-14T16:02:31.189652Z INFO Shutdown signal received, stopping listeners
2026-05-14T16:02:31.189664500Z [ui] proxy stopped
2026-05-14T16:02:31.189724500Z [ui] proxy stopped gracefully
I'm getting lots of
ERROR Relay timeout — Apps Script unresponsivein the log, browsers partially load web pages or just give 504 errors.Occasionally there's a
ERROR Relay failed: relay error: fetch failed: Exception: مشخصه با مقدار نامعتبری ارائه شده است: methoderror.the config:
{ "mode": "apps_script", "google_ip": "216.239.38.120", "front_domain": "www.google.com", "script_id": "*****", "auth_key": "*****", "listen_host": "127.0.0.1", "listen_port": 8085, "socks5_port": 1080, "log_level": "info", "verify_ssl": true, "parallel_relay": 1, "sni_hosts": [ "www.google.com", "drive.google.com", "accounts.google.com", "play.google.com", "lens.google.com" ], "youtube_via_relay": true, "max_ips_to_scan": 100, "scan_batch_size": 500, "google_ip_validation": true, "tunnel_doh": true }a sample log:
and: