mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-07 01:33:15 +08:00
7 lines
77 B
Go
Executable File
7 lines
77 B
Go
Executable File
package core
|
|
|
|
type Handler interface {
|
|
Add(TCPConn)
|
|
AddPacket(UDPPacket)
|
|
}
|