mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-19 17:34:59 +03:00
Hide dns outbound in clash-dashboard
This commit is contained in:
@@ -108,7 +108,7 @@ func getProxies(server *Server, router adapter.Router) func(w http.ResponseWrite
|
|||||||
|
|
||||||
for _, detour := range outbounds {
|
for _, detour := range outbounds {
|
||||||
switch detour.Type() {
|
switch detour.Type() {
|
||||||
case C.TypeDirect, C.TypeBlock:
|
case C.TypeDirect, C.TypeBlock, C.TypeDNS:
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
allProxies = append(allProxies, detour.Tag())
|
allProxies = append(allProxies, detour.Tag())
|
||||||
|
|||||||
Reference in New Issue
Block a user