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:
parent
0164682c37
commit
2d3c417c92
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user