mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
update
refactor limiter fix getLink bug add connection limit move limit config to ControllerConfig del dynamic speed limit (next version will be re add) del online ip sync (next version will be re add)
This commit is contained in:
@@ -36,12 +36,8 @@ type DestinationRule struct {
|
||||
Pattern *regexp.Regexp
|
||||
}
|
||||
type localNodeConfig struct {
|
||||
NodeId int
|
||||
NodeType string
|
||||
EnableVless bool
|
||||
EnableTls bool
|
||||
SpeedLimit int
|
||||
DeviceLimit int
|
||||
NodeId int
|
||||
NodeType string
|
||||
}
|
||||
|
||||
func (c *Client) GetNodeInfo() (nodeInfo *NodeInfo, err error) {
|
||||
|
||||
Reference in New Issue
Block a user