{"id":18665348,"url":"https://github.com/robertklep/socks-proxy","last_synced_at":"2025-11-06T10:30:42.182Z","repository":{"id":10474383,"uuid":"12650561","full_name":"robertklep/socks-proxy","owner":"robertklep","description":"SOCKS5 proxy with whitelisting and built-in admin","archived":false,"fork":false,"pushed_at":"2013-09-13T12:51:56.000Z","size":252,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T02:43:08.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertklep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-06T17:48:59.000Z","updated_at":"2023-02-21T06:36:20.000Z","dependencies_parsed_at":"2022-09-12T14:50:31.050Z","dependency_job_id":null,"html_url":"https://github.com/robertklep/socks-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Fsocks-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Fsocks-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Fsocks-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Fsocks-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertklep","download_url":"https://codeload.github.com/robertklep/socks-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239492639,"owners_count":19647993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T08:27:18.813Z","updated_at":"2025-11-06T10:30:42.150Z","avatar_url":"https://github.com/robertklep.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# socks-proxy\n\nA simple SOCKS5/HTTP proxy with whitelisting and built-in (HTTPS) admin\ninterface.\n\nBuilt with Node.js.\n\n## Install\n\nClone the repository:\n```\ngit clone https://github.com/robertklep/socks-proxy\n```\n\nInstall requirements:\n```\ncd socks-proxy\nnpm install\n```\n\nStart the proxy:\n```\nnode proxy\n```\n\n## How it works\n\nThe proxy runs three separate servers (a SOCKS5 proxy, an HTTP proxy and an\nHTTPS web server) through one TCP port (using the [port-mux](https://npmjs.org/package/port-mux)\nmodule).\n\nThe default port is `8818`, so once you have the server running you can\naccess the admin interface through [https://localhost:8818](https://localhost:8818).\n\nThe HTTP and SOCKS5 proxies use the whitelist (if you don't provide\na whitelist (using `-w/--whitelist` or `-W/--whitelist-file`), *the proxy\nwill allow everyone on the Interweb to use it!* ) to control who gets to use\nthem.\n\nThe admin interface isn't whitelisted, but it's protected using HTTP Basic\nAuth (see `--username` and `--password` options).\n\n## Options\nTo get a list of options, and their defaults:\n```\nnode proxy --help\n```\n\n## HTTPS\n\nThe built-in admin server is only available through HTTPS. If you don't\nhave an SSL certificate that you can use, you can create a self-signed one\n(NB: your browser will complain that the certificate can't be trusted; this\nis expected behaviour because your certificate isn't signed by a known CA):\n```\nopenssl genrsa -out server.key 2048\nopenssl req -new -key server.key -out server.csr\nopenssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt\n```\n([see also](http://nodejs.org/api/tls.html#tls_tls_ssl))\n\nSee the `--ssl-key` and `--ssl-cert` command line options to use the\ngenerated key/certificate files.\n\n## LICENSE\n\nSimplified BSD License ( *BSD-2-Clause* ).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertklep%2Fsocks-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertklep%2Fsocks-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertklep%2Fsocks-proxy/lists"}