This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
txlyre
/
3x-ui
réplica de
https://github.com/MHSanaei/3x-ui
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
9c4fa23931
Ramas
Etiquetas
main
v2.4.6
v2.4.5
v2.4.4
v2.4.3
v2.4.2
v2.4.1
v2.4.0
v2.3.15
v2.3.14
v2.3.13
v2.3.12
v2.3.11
v2.3.10
v2.3.9
v2.3.8
v2.3.7
v2.3.6
v2.3.5
v2.3.4
v2.3.3
v2.3.1
v2.3.0
v2.2.8
v2.2.7
v2.2.6
v2.2.5
v2.2.1
v2.2.0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
v1.7.9
v1.7.8
v1.7.7
v1.7.6
v1.7.5
v1.7.1
v1.7.0
v1.6.1
v1.6.0
v1.5.0
v1.4.6
v1.4.5
v1.4.1
v1.4.0
v1.3.4
v1.3.3
v1.3.2
v1.3.0
v1.2.8
v1.2.7
v1.2.6
v1.2.4
v1.2.3
v1.2.2
v1.2.0
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.0.9
v1.1.1
v1.1.0
v1.0.8
3x-ui
/
xray
/
traffic.go
traffic.go
127 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
package xray
type Traffic struct {
IsInbound bool
IsOutbound bool
Tag string
Up int64
Down int64
}