This commit is contained in:
MHSanaei
2023-02-09 22:48:06 +03:30
commit b73e4173a3
133 changed files with 61908 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package xray
type Traffic struct {
IsInbound bool
Tag string
Up int64
Down int64
}