mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-08-17 23:01:47 +00:00
update: support v2board DNS rules
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package controller
|
||||
|
||||
import (
|
||||
"github.com/xtls/xray-core/infra/conf"
|
||||
|
||||
"github.com/XrayR-project/XrayR/common/limiter"
|
||||
"github.com/XrayR-project/XrayR/common/mylego"
|
||||
)
|
||||
@@ -21,6 +23,7 @@ type Config struct {
|
||||
AutoSpeedLimitConfig *AutoSpeedLimitConfig `mapstructure:"AutoSpeedLimitConfig"`
|
||||
GlobalDeviceLimitConfig *limiter.GlobalDeviceLimitConfig `mapstructure:"GlobalDeviceLimitConfig"`
|
||||
FallBackConfigs []*FallBackConfig `mapstructure:"FallBackConfigs"`
|
||||
DNSConfig *conf.DNSConfig
|
||||
}
|
||||
|
||||
type AutoSpeedLimitConfig struct {
|
||||
|
Reference in New Issue
Block a user