This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
Apq
/
x-ui
miroir de
https://github.com/vaxilu/x-ui.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
f0356ad786
Branches
Tags
main
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
x-ui
/
xray
/
traffic.go
traffic.go
106 B
Historique
Raw
1
2
3
4
5
6
7
8
package xray
type Traffic struct {
IsInbound bool
Tag string
Up int64
Down int64
}