Add redir tproxy and dns inbound

This commit is contained in:
世界 2022-07-15 08:42:02 +08:00
parent e13b72afca
commit 2c2eb31e18
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
19 changed files with 723 additions and 20 deletions

View file

@ -8,4 +8,7 @@ const (
TypeMixed = "mixed"
TypeShadowsocks = "shadowsocks"
TypeTun = "tun"
TypeRedirect = "redirect"
TypeTProxy = "tproxy"
TypeDNS = "dns"
)