Browse Source

Fix dns_proxy_test.go

RPRX 2 years ago
parent
commit
a9ed1a03aa
1 changed files with 1 additions and 0 deletions
  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})),
 					Address: net.NewIPOrDomain(net.IPAddress([]byte{8, 8, 8, 8})),
 					Port:    53,
 					Port:    53,
 				},
 				},
+				Non_IPQuery: "drop",
 			},
 			},
 		},
 		},
 	})
 	})