mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 12:27:37 +03:00
Add simple sslocal implementation
This commit is contained in:
parent
2e74275ceb
commit
542fa4f975
50 changed files with 674 additions and 1959 deletions
|
@ -3,9 +3,9 @@ package socks
|
|||
import (
|
||||
"io"
|
||||
|
||||
"sing/common"
|
||||
"sing/common/exceptions"
|
||||
"sing/common/socksaddr"
|
||||
"github.com/sagernet/sing/common"
|
||||
"github.com/sagernet/sing/common/exceptions"
|
||||
"github.com/sagernet/sing/common/socksaddr"
|
||||
)
|
||||
|
||||
func ClientHandshake(conn io.ReadWriter, version byte, command byte, addr socksaddr.Addr, port uint16, username string, password string) (*Response, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue