mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Cleanup code
This commit is contained in:
parent
731a30d73b
commit
e55284e180
5 changed files with 39 additions and 0 deletions
8
none.go
8
none.go
|
@ -194,6 +194,14 @@ func NewNoneService(udpTimeout int64, handler Handler) Service {
|
|||
return s
|
||||
}
|
||||
|
||||
func (s *NoneService) Name() string {
|
||||
return MethodNone
|
||||
}
|
||||
|
||||
func (s *NoneService) Password() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (s *NoneService) NewConnection(ctx context.Context, conn net.Conn, metadata M.Metadata) error {
|
||||
destination, err := M.SocksaddrSerializer.ReadAddrPort(conn)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue