[ Cmii ] [ Octopus ] - add all image tag back up; add socks5 proxy
This commit is contained in:
11
socks5_txthinking/bind.go
Normal file
11
socks5_txthinking/bind.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package socks5
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net"
|
||||
)
|
||||
|
||||
// TODO
|
||||
func (r *Request) bind(c net.Conn) error {
|
||||
return errors.New("Unsupport BIND now")
|
||||
}
|
||||
Reference in New Issue
Block a user