[ Cmii ] [ Octopus ] - add all image tag back up; add socks5 proxy

This commit is contained in:
zeaslity
2024-03-01 09:31:37 +08:00
parent 9d5ca4b50f
commit 52c360eb49
29 changed files with 2886 additions and 83 deletions

11
socks5_txthinking/bind.go Normal file
View 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")
}