Welcome to mirror list, hosted at ThFree Co, Russian Federation.
1 2 3 4 5 6 7 8 9
package xray type Traffic struct { IsInbound bool IsOutbound bool Tag string Up int64 Down int64 }