FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

nodejs/README.md: SOCKS5 curl command downloads wrong file (points at node.js, not nodesocks5h.js) · Issue #22 · Decodo/Decodo · GitHub

/ Decodo Public

nodejs/README.md: SOCKS5 curl command downloads wrong file (points at node.js, not nodesocks5h.js) #22

Description

Problem

nodejs/README.md line 33 tells users to download the SOCKS5 example, but the URL points to node.js (the HTTP(S) example) while saving it as nodesocks5h.js. Following the docs produces an HTTP example under a SOCKS5 filename.

Steps

  1. Follow nodejs/README.md Installation step 3.
  2. Run: curl https://raw.githubusercontent.com/Decodo/Decodo/master/nodejs/node.js > nodesocks5h.js
  3. Open nodesocks5h.js.

Expected

Content of nodejs/nodesocks5h.js (uses socks-proxy-agent).

Actual

Content of nodejs/node.js (plain axios proxy: config, no SOCKS5 agent). Running it never uses SOCKS5.

Fix

nodejs/README.md:33 change path segment node.js -> nodesocks5h.js.

Environment

Repo master @ 2026-07-04. File: nodejs/README.md:33.

Thanks for maintaining Decodo/Decodo!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL