mirror of https://github.com/v2ray/v2ray-core
enable dns outbound
parent
bd231b6b8c
commit
7505be8bfc
|
@ -24,6 +24,7 @@ import (
|
|||
|
||||
// Inbound and outbound proxies.
|
||||
_ "v2ray.com/core/proxy/blackhole"
|
||||
_ "v2ray.com/core/proxy/dns"
|
||||
_ "v2ray.com/core/proxy/dokodemo"
|
||||
_ "v2ray.com/core/proxy/freedom"
|
||||
_ "v2ray.com/core/proxy/http"
|
||||
|
|
Loading…
Reference in New Issue