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

@@ -271,3 +271,7 @@ func (b *Box) Protocols() []string {
"hysteria",
}
}
func (b *Box) Type() string {
return "sing"
}