go-aptproxy/README.md
Paul Lecuq 4bf4ca8c57
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is passing
updated README.md
2021-11-27 12:54:06 +01:00

876 B

go-aptproxy

GoDoc MIT License Build Status

This handly little proxy server includes the following features:

  • avoids duplication of packages fetched from different mirrors
  • provides a built-in mDNS server to advertise on the local network
  • fully compatible with the squid-deb-proxy-client package

Usage

The program is run as follows:

go-aptproxy [-directory DIR] [-host HOST] [-port PORT]

By default, go-aptproxy listens on 0.0.0.0:8000 and uses /var/cache/go-aptproxy for storing the cached files.