satellite/metainfo: register php user agent

Add uplink-php and nextcloud as user agents. These sending of these
user agents was added to recent releases of these clients.

Change-Id: Ia2732ade1d9e5cf8d4e41fe246faec3feaa58c25
This commit is contained in:
Erik van Velzen 2022-03-23 14:34:23 +01:00
parent 84b522bc06
commit b6db5c12b4

View File

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