mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-06-08 21:39:55 +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
157 B
Go
8 lines
157 B
Go
package mydispatcher
|
|
|
|
import "github.com/xtls/xray-core/common/errors"
|
|
|
|
func newError(values ...interface{}) *errors.Error {
|
|
return errors.New(values...)
|
|
}
|