mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-07 09:41:09 +08:00
8 lines
157 B
Go
8 lines
157 B
Go
// +build ios android
|
|
|
|
package lsof
|
|
|
|
func GetCommandNameBySocket(network string, addr string, port uint16) (string, error) {
|
|
return "", ErrNotImplemented
|
|
}
|