mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-05 16:56:54 +08:00
7 lines
77 B
Go
7 lines
77 B
Go
package core
|
|
|
|
type Handler interface {
|
|
Add(TCPConn)
|
|
AddPacket(UDPPacket)
|
|
}
|