mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-06 05:17:38 +03:00
Add simple sslocal implementation
This commit is contained in:
parent
2e74275ceb
commit
542fa4f975
50 changed files with 674 additions and 1959 deletions
|
@ -10,14 +10,6 @@ func (e UnsupportedVersionException) Error() string {
|
|||
return fmt.Sprint("unsupported version: ", e.Version)
|
||||
}
|
||||
|
||||
type UnsupportedAuthTypeException struct {
|
||||
Method byte
|
||||
}
|
||||
|
||||
func (e UnsupportedAuthTypeException) Error() string {
|
||||
return fmt.Sprint("unsupported auth type: ", e.Method)
|
||||
}
|
||||
|
||||
type UnsupportedCommandException struct {
|
||||
Command byte
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue