Skip to content

Deno deploy and Encoding error 'GET net::ERR_CONTENT_DECODING_FAILED 200 (OK)' #1239

@Netman82

Description

@Netman82

This is my config.json after deploying to Deno with the newest version of exit_node (successful deploy with no errors):

{
  "mode": "apps_script",
  "google_ip": "216.239.38.120",
  "front_domain": "www.google.com",
  "script_id": [
    "...Vvvq-...",
    "...Dp7TX...",
    "...zII2Z...",
    "...E_LAq..."
  ],
  "auth_key": "...$xVq2@...",
  "listen_host": "0.0.0.0",
  "listen_port": 8085,
  "socks5_port": 8086,
  "log_level": "info",
  "verify_ssl": true,
  "sni_hosts": [
    "www.google.com",
    "mail.google.com",
    "accounts.google.com"
  ],
  "normalize_x_graphql": true,
  "youtube_via_relay": true,
  "max_ips_to_scan": 100,
  "scan_batch_size": 500,
  "google_ip_validation": true,
  "tunnel_doh": true,
  "exit_node": {
    "enabled": true,
    "relay_url": "https://...deno...",
    "psk": "...nj66...",
    "mode": "selective",
    "hosts": [
      "chatgpt.com",
      "claude.ai",
      "x.com",
      "grok.com",
      "zonegfx.com",
      "aistudio.google.com"
    ]
  }
}

This is report of the deploy in the Playground in Deno:
Image

But when I check domains in 'hosts' section, either they still couldn't be opened or I get a blank screen and 'GET https://chatgpt.com/ net::ERR_CONTENT_DECODING_FAILED 200 (OK)' error in console

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions