Documentation ¶
Index ¶
Constants ¶
View Source
const SOCKS5_PORT string = "5656"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SockServer ¶
type SockServer struct { Server *socks5.Server // contains filtered or unexported fields }
func Initialize ¶
func Initialize() (*SockServer, error)
* Serves as a temporary method by which our react native mobile app can connect to the server Socks5Ip should be the mainInterface IP, and the port should be unique to the socks5 server
func (*SockServer) Start ¶
func (s *SockServer) Start()
Click to show internal directories.
Click to hide internal directories.