[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6497":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":14,"forks30d":14,"starsTrendScore":18,"compositeScore":19,"rankGlobal":8,"rankLanguage":8,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":8,"pushedAt":8,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":14,"starSnapshotCount":14,"syncStatus":15,"lastSyncTime":28,"discoverSource":29},6497,"tinyproxy","tinyproxy\u002Ftinyproxy","tinyproxy - a light-weight HTTP\u002FHTTPS proxy daemon for POSIX operating systems",null,"C",5884,746,105,118,0,2,14,56,12,81.22,"GNU General Public License v2.0",false,"master",true,[],"2026-06-12 04:00:28","# Tinyproxy\n\nTinyproxy is a small, efficient HTTP\u002FSSL proxy daemon released under the\nGNU General Public License.  Tinyproxy is very useful in a small network\nsetting, where a larger proxy would either be too resource intensive, or\na security risk.  One of the key features of Tinyproxy is the buffering\nconnection concept.  In effect, Tinyproxy will buffer a high speed\nresponse from a server, and then relay it to a client at the highest\nspeed the client will accept.  This feature greatly reduces the problems\nwith sluggishness on the Internet.  If you are sharing an Internet\nconnection with a small network, and you only want to allow HTTP\nrequests to be allowed, then Tinyproxy is a great tool for the network\nadministrator.\n\nFor more info, please visit [the Tinyproxy web site](https:\u002F\u002Ftinyproxy.github.io\u002F).\n\n\n## Installation\n\nTinyproxy uses a standard GNU `configure` script based on the automake\nsystem.  If compiling from a git checkout, you need to first run\n\n```\n.\u002Fautogen.sh\n```\n\nfrom the top level directory to generate the `configure` script.\nThe release tarball contains the pre-created `configure` script,\nso when building from a release, you can skip this step.\nThen basically all you need to do is\n\n\n```\n.\u002Fconfigure\nmake\nmake install\n```\n\nin the top level directory to compile and install Tinyproxy. There are\nadditional command line arguments you can supply to `configure`. They\ninclude:\n\n- `--enable-debug`: \nIf you would like to turn on full debugging support.\n\n- `--enable-xtinyproxy`: \nCompile in support for the XTinyproxy header, which is sent to any\nweb server in your domain.\n\n- `--enable-filter`: \nAllows Tinyproxy to filter out certain domains and URLs.\n\n- `--enable-upstream`: \nEnable support for proxying connections through another proxy server.\n\n- `--enable-transparent`: \nAllow Tinyproxy to be used as a transparent proxy daemon.\nUnlike other work modes, transparent proxying doesn't require explicit\nconfiguration and works automatically when traffic is redirected to\nthe proxy using the appropriate firewall rules.\n\n- `--enable-reverse`: \nEnable reverse proxying.\n\n- `--with-stathost=HOST`: \nSet the default name of the stats host.\n\nFor more information about the build system, read the INSTALL file\nthat is generated by `autogen.sh` and comes with the release tar ball.\n\n\n\n## Support\n\n\nIf you are having problems with Tinyproxy, please raise an\n[issue on github](https:\u002F\u002Fgithub.com\u002Ftinyproxy\u002Ftinyproxy\u002Fissues).\n\n\n## Contributing\n\nIf you would like to contribute a feature, or a bug fix to the Tinyproxy\nsource, please clone the\n[git repository from github](https:\u002F\u002Fgithub.com\u002Ftinyproxy\u002Ftinyproxy.git)\nand create a [pull request](https:\u002F\u002Fgithub.com\u002Ftinyproxy\u002Ftinyproxy\u002Fpulls).\n\n\n## Community\n\nYou can meet developers and users to discuss development,\npatches and deployment issues in the `#tinyproxy` IRC channel on\nlibera (`irc.libera.chat`).\n","Tinyproxy 是一个轻量级的HTTP\u002FHTTPS代理守护进程，适用于POSIX操作系统。它采用C语言编写，具备缓冲连接功能，能够有效缓解网络拥堵问题，特别适合小型网络环境使用，既节省资源又降低了安全风险。Tinyproxy支持多种编译选项，如调试模式、透明代理及反向代理等，以满足不同场景需求。对于需要限制仅允许HTTP请求通过的小型共享网络来说，Tinyproxy是一个理想的工具选择。","2026-06-11 03:07:17","top_language"]