mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-06-08 13:29:54 +00:00

fix: some log prefix It an enhance device limit. Redis just use to sync local ipMap. If global limit is enabled. The online report will faliure. All enabled nodes will report the device from redis.
8 lines
155 B
Go
8 lines
155 B
Go
package controller
|
|
|
|
import "github.com/xtls/xray-core/common/errors"
|
|
|
|
func newError(values ...interface{}) *errors.Error {
|
|
return errors.New(values...)
|
|
}
|