cybozu-go / aptutil

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

[cacher] Listen address in toml file? #9

Closed xipmix closed 8 years ago

xipmix commented 8 years ago

It would be nice to be able to set the go-apt-cacher listen address in the .toml file instead of with e.g. -s :9999 on the command line. I can't see this documented anywhere. Is it currently possible, or is new code required?

ymmt2005 commented 8 years ago

It is not implemented. Accepted as a feature request.

ymmt2005 commented 8 years ago

Implemented in #12. The next release will drop -s. Instead, please specify listen_address in go-apt-cacher.toml.