change project structure

add across nodes ip limit
add user ip recorder
del config file watch
This commit is contained in:
yuzuki999
2022-07-28 23:00:05 +08:00
parent c702ea1461
commit efcdffb20d
43 changed files with 877 additions and 893 deletions

View File

@@ -4,7 +4,7 @@
// protoc v3.19.4
// source: app/mydispatcher/config.proto
package mydispatcher
package dispatcher
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"

View File

@@ -1,4 +1,4 @@
package mydispatcher
package dispatcher
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@@ -1,4 +1,4 @@
// Package dispather implement the rate limiter and the onlie device counter
package mydispatcher
package dispatcher
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen

View File

@@ -1,4 +1,4 @@
package mydispatcher
package dispatcher
import "github.com/xtls/xray-core/common/errors"

View File

@@ -1,4 +1,4 @@
package mydispatcher
package dispatcher
import (
"context"

View File

@@ -1,4 +1,4 @@
package mydispatcher
package dispatcher
import (
"context"

View File

@@ -1,4 +1,4 @@
package mydispatcher
package dispatcher
import (
"github.com/xtls/xray-core/common"

View File

@@ -1,4 +1,4 @@
package mydispatcher_test
package dispatcher_test
import (
"testing"