Explorar el Código

enable dns outbound

Darien Raymond hace 7 años
padre
commit
7505be8bfc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      main/distro/all/all.go

+ 1 - 0
main/distro/all/all.go

@@ -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"