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:
parent
84b522bc06
commit
b6db5c12b4
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user