Add http/block outbound & Improve route

This commit is contained in:
世界
2022-07-03 23:23:18 +08:00
parent f510323dca
commit 13c069740f
25 changed files with 408 additions and 201 deletions

View File

@@ -2,6 +2,7 @@ package constant
const (
TypeDirect = "direct"
TypeBlock = "block"
TypeSocks = "socks"
TypeHTTP = "http"
TypeMixed = "mixed"