Squid
Tinyproxy
Squid | Tinyproxy | |
---|---|---|
29 | 4 | |
2,117 | 4,763 | |
1.8% | 1.2% | |
9.4 | 5.7 | |
7 days ago | about 2 months ago | |
C++ | C | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Squid
- Squid: Optimising Web Delivery
- squid proxy cache server without systemd built and ready to serve
-
Netflix Canada Just Got Rid of Its Cheapest Ad-Free Plan Without Even a Heads Up
> But I’m working on setting up a VPN at my house to tunnel all Netflix traffic through ...
On a technical point, you might be able to get away with just using Squid for the proxy, with pretty much default settings.
http://www.squid-cache.org
I used to use that years ago (not with Netflix though) running from a data centre, using an ssh (autossh) tunnel to reach it securely.
Worked pretty well, aside from the extra latency due to the packets having to go an extra half way around the world. ;)
-
How to get my IP traffic data to an AWS lambda using Darkstat?
I recommend trying a transparent proxy like Squid. There are many analytics tools for Squid logs. Squid can generate TLS certificates on the fly to inspect secure websites but you'll have to generate and install a CA certificate and key into Squid. You'll also have to import the CA certificate on any machine accessing the internet through the Squid proxy. Squid has the added bonus of caching content to speed up web browsing and reduce data usage.
-
What do you guys use IPFS to develop?
I “invented” IPFS when I though “wouldn’t it be nice if we could combine Squid-Cache with BackupPC
- Ask HN: How do you protect your children from internet addiction?
-
Web resource caching: Server-side
A couple of dedicated server-side resource caching solutions have emerged over the years: Memcached, Varnish, Squid, etc. Other solutions are less focused on web resource caching and more generic, e.g., Redis or Hazelcast.
-
Caching Server?
Web caching (more techical, probably not useful) there squid-cache
-
Why does linux use HTTP to get updates?
Also, the fact it is distributed by HTTP allow companies (and ISPs) to cache content in Squid servers (http://www.squid-cache.org/). And this is quite a feature!
-
How to monitor web activity on home network
If your router is compatible with custom firmware (Tomato or DD-WRT) you can flash it and use the logging features of those platforms. Otherwise no there isn't really an "app or software" that can do this, you need a piece of hardware that sits between the LAN devices and the internet connection. That can be a full-fledged computer, if you're willing to use it as firewall or router (pfSense), DNS server (PowerDNS) or proxy server (Squid).
Tinyproxy
-
Linux安装最新版Tinyproxy
yum erase -y tinyproxy wget https://github.com/tinyproxy/tinyproxy/releases/download/1.11.0/tinyproxy-1.11.0.tar.gz tar -zxvf tinyproxy-1.11.0.tar.gz cd tinyproxy-1.11.0 ./configure make make install vi /usr/local/etc/tinyproxy/tinyproxy.conf
-
Web Debugging Proxy to Remove Headers from Incoming Requests
I found Privoxy, and it seems to do what I want, so maybe wondering if anyone would be eager to recommend. There is also Tinyproxy, but it can only add headers not remove them.
-
How to select the appropriate client and server tunnels to access anonymous broker service
If you're just doing an HTTP client and server, Wireshark will work but a reverse-proxy is probably an easier to use and more focused tool. I have used https://github.com/tinyproxy/tinyproxy tinyproxy in the past successfully.
-
HTTP(S) Forward Proxy (🤔 Types)
Tiny Proxy
What are some alternatives?
socks5-proxy-server - SOCKS5 proxy server
miniProxy
envoy - Cloud-native high-performance edge/middle/service proxy
HAProxy - HAProxy documentation
traefik - The Cloud Native Application Proxy
Nginx Proxy Manager - Docker container for managing Nginx proxy hosts with a simple, powerful interface
Swiperproxy - A Python-based HTTP/HTTPS-proxy.
Nginx - The official NGINX Open Source repository.
http2-serverpush-proxy - A simple standalone reverse proxy that automatically enables server-push for assets related to a HTTP response.