{"id":20665562,"url":"https://github.com/koolshare/tinyproxy","last_synced_at":"2025-09-08T09:42:16.229Z","repository":{"id":98138144,"uuid":"60413469","full_name":"koolshare/tinyproxy","owner":"koolshare","description":"add socks4/5 support","archived":false,"fork":false,"pushed_at":"2016-06-21T03:38:31.000Z","size":564,"stargazers_count":39,"open_issues_count":0,"forks_count":17,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-19T19:06:46.580Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koolshare.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-04T14:11:24.000Z","updated_at":"2024-10-25T16:00:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"fce19ea0-318b-4314-abcf-2f64b19dbece","html_url":"https://github.com/koolshare/tinyproxy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/koolshare/tinyproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolshare%2Ftinyproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolshare%2Ftinyproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolshare%2Ftinyproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolshare%2Ftinyproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koolshare","download_url":"https://codeload.github.com/koolshare/tinyproxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolshare%2Ftinyproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274166706,"owners_count":25233959,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-16T19:32:16.316Z","updated_at":"2025-09-08T09:42:16.208Z","avatar_url":"https://github.com/koolshare.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tinyproxy\n\nadd socks4/5 support\n\n# build\n\nCC=arm-brcm-linux-uclibcgnueabi-gcc ./configure --host=arm-linux\n\n\n DESCRIPTION\n -----------\n\n tinyproxy is a small, efficient HTTP/SSL proxy daemon released under\n the GNU General Public License (GPL).  tinyproxy is very useful in a\n small network setting, where a larger proxy like Squid would either\n be too resource intensive, or a security risk.  One of the key\n features of tinyproxy is the buffering connection concept.  In\n effect, tinyproxy will buffer a high speed response from a server,\n and then relay it to a client at the highest speed the client will\n accept.  This feature greatly reduces the problems with sluggishness\n on the Internet.  If you are sharing an Internet connection with a\n small network, and you only want to allow HTTP requests to be\n allowed, then tinyproxy is a great tool for the network\n administrator.\n\n\n INSTALLATION\n ------------\n\n To install this package under a Unix derivative, read the INSTALL\n file.  tinyproxy uses a standard GNU configure script (basically you\n should be able to do:\n\n\t ./configure ; make ; make install\n\n in the top level directory to compile and install tinyproxy).  There\n are additional command line arguments you can supply to configure.\n They include:\n\n\t--enable-debug\t\tIf you would like to turn on full\n\t\t\t\tdebugging support\n\t--enable-socks\t\tThis turns on SOCKS support for using\n\t\t\t\ttinyproxy across a fire wall.\n\t--enable-xtinyproxy\tCompile in support for the XTinyproxy\n\t\t\t\theader, which is sent to any web\n\t\t\t\tserver in your domain.\n\t--enable-filter\t\tAllows tinyproxy to filter out certain\n\t\t\t\tdomains and URLs.\n\t--enable-upstream\tEnable support for proxying connections\n\t\t\t\tthrough another proxy server.\n\t--enable-transparent-proxy\n\t\t\t\tAllow tinyproxy to be used as a\n\t\t\t\ttransparent proxy daemon\n\t--enable-static\t\tCompile a static version of tinyproxy\n\n\n     Options for file locations etc.\n        --with-stathost=HOST\tSet the default name of the stats host\n\t--with-config=FILE\tSet the default location of the\n\t\t\t\tconfiguration file\n\n Once you have completed your installation, if you would like to\n report your success please execute the report.sh script in the doc\n directory.  This will send an email to the authors reporting your\n version, and a few bits of information concerning the memory usage of \n tinyproxy.  Alternatively, you could just send an email stating the\n version, whichever you prefer.\n\n\n SUPPORT\n -------\n\n If you are having problems with tinyproxy, please submit a bug to the\n tinyproxy Bug Tracking system hosted by SourceForge and located at:\n\n\thttp://sourceforge.net/tracker/?group_id=2632\n\n You may also wish to subscribe to the tinyproxy-user mailing list. To\n do so please visit:\n\n        http://lists.sourceforge.net/lists/listinfo/tinyproxy-users\n\n for more information on how to subscribe and post messages to the\n list.\n\n Please recompile tinyproxy with full debug support (--enable-debug)\n and include a copy of the log file, and any assert errors reported by\n tinyproxy.  Note that tinyproxy will output memory statistics to\n standard error if compiled with debugging support so you might want\n to redirect the output to a file for later examination.  Also, if you\n feel up to it, try running tinyproxy under your debugger and report\n the error your received and a context listing of the location.  Under\n gdb you would run tinyproxy like so:\n\n\t gdb tinyproxy\n\n\t (gdb) run -c location_of_tinyproxy_conf -d 2\u003e/dev/null\n\n Now access the port tinyproxy is on until you receive a break in the\n gdb. You can now type:\n\n\t (gbd) l\n\n to produce a context listing of the location of the error.  Send a\n copy to the authors.\n\n\n HOW TO CONTRIBUTE TO tinyproxy\n ------------------------------\n\n If you would like to contribute a feature, or a bug fix to the\n tinyproxy source, please send a diff (preferable a unified\n diff. i.e. \"diff -u\") against the latest release of tinyproxy.  Also, \n if you could include a brief description of what your patch does.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoolshare%2Ftinyproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoolshare%2Ftinyproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoolshare%2Ftinyproxy/lists"}