[Style] Add User-Agent for provider request

This commit is contained in:
Skyxim
2021-12-26 22:26:53 +08:00
parent a210ec4197
commit 82c8e02d02
2 changed files with 8 additions and 0 deletions

5
common/net/http.go Normal file
View File

@ -0,0 +1,5 @@
package net
const (
UA = "Clash"
)