refactor conf

This commit is contained in:
Yuzuki616
2023-08-20 15:13:52 +08:00
parent 42407d5c62
commit 214324496d
19 changed files with 346 additions and 287 deletions

View File

@@ -194,3 +194,7 @@ func (c *Core) Protocols() []string {
"trojan",
}
}
func (c *Core) Type() string {
return "xray"
}