mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-04 04:17:37 +03:00
[fix] match the UA style with sing-box-for-apple
This commit is contained in:
parent
49c784e037
commit
27c84942d1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class HTTPClient : Closeable {
|
|||
val userAgent by lazy {
|
||||
var userAgent = "SFA/"
|
||||
userAgent += BuildConfig.VERSION_NAME
|
||||
userAgent += " ("
|
||||
userAgent += " (Build "
|
||||
userAgent += BuildConfig.VERSION_CODE
|
||||
userAgent += "; sing-box "
|
||||
userAgent += Libbox.version()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue