This is a little apt proxy server
Go to file
Paul Lecuq 8e9b6e465e
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
added arm64 to ci builds
2021-11-27 13:00:50 +01:00
cmd/go-aptproxy cleaned dependencies 2021-11-16 19:19:12 +01:00
src cleaned dependencies 2021-11-16 19:19:12 +01:00
vendor updated dependencies 2021-11-27 12:50:20 +01:00
.drone.yml added arm64 to ci builds 2021-11-27 13:00:50 +01:00
.gitignore excluded cache control for apt-get update files 2021-09-28 18:13:37 +02:00
ci-build.sh added ci 2021-11-27 12:49:39 +01:00
go.mod updated dependencies 2021-11-27 12:50:20 +01:00
go.sum updated dependencies 2021-11-27 12:50:20 +01:00
LICENSE.txt Added license file. 2016-05-01 23:08:40 -07:00
README.md updated README.md 2021-11-27 12:54:06 +01:00

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.