See #3490 and #4184; we use a custom useragent string for the Inflator, and it would be nice if it included the client version.
Changes
Now the Inflator's ENTRYPOINT passes $(/usr/bin/mono netkan.exe --version) as part of its --net-useragent argument, so remote hosts will be able to log the version of the bot that made a request.
Motivation
See #3490 and #4184; we use a custom useragent string for the Inflator, and it would be nice if it included the client version.
Changes
Now the Inflator's
ENTRYPOINT
passes$(/usr/bin/mono netkan.exe --version)
as part of its--net-useragent
argument, so remote hosts will be able to log the version of the bot that made a request.