Explorar el Código

Fix xray_test.go

RPRX hace 2 años
padre
commit
4f8f49024b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      infra/conf/xray_test.go

+ 2 - 1
infra/conf/xray_test.go

@@ -221,7 +221,8 @@ func TestXrayConfig(t *testing.T) {
 							},
 						}),
 						ProxySettings: serial.ToTypedMessage(&dns_proxy.Config{
-							Server: &net.Endpoint{},
+							Server:      &net.Endpoint{},
+							Non_IPQuery: "drop",
 						}),
 					},
 				},