Jigsaw-Code / outline-server

Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management.
https://getoutline.org/
Apache License 2.0
5.84k stars 790 forks source link

feat(server): add an experimental opt-in API to enable ASN metrics #1523

Closed sbruens closed 7 months ago

sbruens commented 8 months ago

The IP-to-ASN database is provided to outline-ss-server at server startup instead of via the server config, so here we SIGTERM the process for restart when the ASN metric is enabled. Since this is only ever meant to be an experimental API, that is probably ok. We can always move it to the server config if we want to graduate the endpoint to be a stable API.

sbruens commented 7 months ago

Cut a new outline-ss-server release at https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.5.0. Merging this.