satellite/metainfo/version_collector: adding more known user agents:

transfer-sh will be set as of https://github.com/dutchcoders/transfer.sh/pull/467.
filezilla needs to be verified and duplicati is set per info from @TopperDEL
comet and orbiter are added as preparation.

Change-Id: I44d730a7b3ba1969068e48c2477b478831799cd1
This commit is contained in:
Stefan Benten 2022-02-03 15:29:15 +01:00
parent 0164682c37
commit 2d3c417c92

View File

@ -18,7 +18,8 @@ import (
const uplinkProduct = "uplink"
var knownUserAgents = []string{
"rclone", "gateway-st", "gateway-mt", "linksharing", "uplink-cli",
"rclone", "gateway-st", "gateway-mt", "linksharing", "uplink-cli", "transfer-sh", "filezilla", "duplicati",
"comet", "orbiter",
}
type versionOccurrence struct {