mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
Add v2ray user stats api
This commit is contained in:
parent
7ea9d48987
commit
39514b3ca0
6 changed files with 39 additions and 8 deletions
|
@ -45,6 +45,6 @@ type V2RayServer interface {
|
|||
}
|
||||
|
||||
type V2RayStatsService interface {
|
||||
RoutedConnection(inbound string, outbound string, conn net.Conn) net.Conn
|
||||
RoutedPacketConnection(inbound string, outbound string, conn N.PacketConn) N.PacketConn
|
||||
RoutedConnection(inbound string, outbound string, user string, conn net.Conn) net.Conn
|
||||
RoutedPacketConnection(inbound string, outbound string, user string, conn N.PacketConn) N.PacketConn
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue