mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2024-12-30 02:37:01 +00:00
add go-tun2socks code
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// +build ios android
|
||||
|
||||
package lsof
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
func GetCommandNameBySocket(network string, addr string, port uint16) (string, error) {
|
||||
return "", errors.New("not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user