mirrorbits 0.5.1+git20220308.9189dc7+ds1-4ubuntu0.1 source package in Ubuntu

Changelog

mirrorbits (0.5.1+git20220308.9189dc7+ds1-4ubuntu0.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Tue, 23 Jan 2024 10:17:40 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
mirrorbits_0.5.1+git20220308.9189dc7+ds1.orig.tar.gz 124.6 KiB 786afcb8654173a0f14d5fad5c948e021278c648e690c0f5ef90fcb204d6914a
mirrorbits_0.5.1+git20220308.9189dc7+ds1-4ubuntu0.1.debian.tar.xz 7.1 KiB 1ede3da4876d444af29c7676bc92705e77f8cb283e0e8efc92b4d384b88da6bb
mirrorbits_0.5.1+git20220308.9189dc7+ds1-4ubuntu0.1.dsc 2.5 KiB 5d3e749434761a9326d07ea0f4a7e5d2334acab664e8d5f8efbf941e138302ef

View changes file

Binary packages built by this source

mirrorbits: geographical download redirector

 Mirrorbits is a geographical download redirector written in Go for
 distributing files efficiently across a set of mirrors. It offers a simple and
 economic way to create a Content Delivery Network layer using a pure software
 stack. It is primarily designed for the distribution of large-scale
 Open-Source projects with a lot of traffic.
 .
 Main Features:
  * Blazing fast, can reach 8K QPS on a single laptop
  * Easy to deploy and maintain, everything is packed in a single binary
  * Automatic synchronization with the mirrors over rsync or FTP
  * Response can be either JSON or HTTP redirect
  * Support partial repositories
  * Complete checksum / size control
  * Realtime monitoring and reports
  * Disable misbehaving mirrors without human intervention
  * Realtime decision making based on location, AS number and defined rules
  * Smart load-balancing over multiple mirrors in the same area to avoid
    hotspots
  * Ability to adjust the weight of each mirror
  * Limit access to a country, region or ASN for any mirror
  * Clustering (multiple mirrorbits instances)
  * High-availability using redis-sentinel
  * Automatically fix timezone offsets for broken mirrors
  * Realtime statistics per file / mirror / date
  * Realtime reconfiguration
  * Seamless binary upgrade (aka zero downtime upgrade)
  * Mirmon support
  * Full IPv6 support
  * more...

mirrorbits-dbgsym: debug symbols for mirrorbits