Enjoying this site? Please to help keep the Snapstats.org lights on.
Description
Tinyproxy is a small, efficient HTTP/SSL proxy daemon released under the GNU General Public License. Tinyproxy is very useful in a small network setting, where a larger proxy would either be too resource intensive, or a security risk.
usage: $ sudo snap set tinyproxy port=9876 supported parameters:
- http-port: The socket addresses where tinyproxy will listen for HTTP/HTTPS client requests. The default value is '8888'
- max-clients: This is the absolute highest number of threads which will be created. The default value is 100.
- start-servers: The number of servers to start initially. The default value is 10.