refactor: Modular inbound/outbound manager

This commit is contained in:
世界
2024-11-09 21:16:11 +08:00
parent 28ec898a8c
commit 19fb214226
69 changed files with 1186 additions and 754 deletions

View File

@@ -15,7 +15,7 @@ import (
type ClashServer interface {
Service
PreStarter
LegacyPreStarter
Mode() string
ModeList() []string
HistoryStorage() *urltest.HistoryStorage
@@ -25,7 +25,7 @@ type ClashServer interface {
type CacheFile interface {
Service
PreStarter
LegacyPreStarter
StoreFakeIP() bool
FakeIPStorage