Remove deprecated features

This commit is contained in:
世界
2023-10-25 12:00:00 +08:00
parent 00a13e81c2
commit dcc37d8327
29 changed files with 11 additions and 2341 deletions

View File

@@ -12,5 +12,5 @@ import (
)
func NewShadowsocksR(ctx context.Context, router adapter.Router, logger log.ContextLogger, tag string, options option.ShadowsocksROutboundOptions) (adapter.Outbound, error) {
return nil, E.New(`ShadowsocksR is not included in this build, rebuild with -tags with_shadowsocksr`)
return nil, E.New("ShadowsocksR is deprecated and removed in sing-box 1.6.0")
}