mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Add redir tproxy and dns inbound
This commit is contained in:
parent
e13b72afca
commit
2c2eb31e18
19 changed files with 723 additions and 20 deletions
|
@ -8,4 +8,7 @@ const (
|
|||
TypeMixed = "mixed"
|
||||
TypeShadowsocks = "shadowsocks"
|
||||
TypeTun = "tun"
|
||||
TypeRedirect = "redirect"
|
||||
TypeTProxy = "tproxy"
|
||||
TypeDNS = "dns"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue