Browse Source

Fix dns_proxy_test.go

RPRX 2 năm trước cách đây
mục cha
commit
a9ed1a03aa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      infra/conf/dns_proxy_test.go

+ 1 - 0
infra/conf/dns_proxy_test.go

@@ -27,6 +27,7 @@ func TestDnsProxyConfig(t *testing.T) {
 					Address: net.NewIPOrDomain(net.IPAddress([]byte{8, 8, 8, 8})),
 					Port:    53,
 				},
+				Non_IPQuery: "drop",
 			},
 		},
 	})