cybozu-go / aptutil

Go utilities for Debian APT repositories
MIT License
124 stars 29 forks source link

[cacher] configure proxies via TOML #34

Open ymmt2005 opened 6 years ago

ymmt2005 commented 6 years ago

Currently, go-apt-cacher uses http.DefaultTransport which looks for proxy configurations from environment variables.

It would be more handy to be able to specify proxies in TOML.