Add domain strategy for dns outbound

This commit is contained in:
hmol233
2021-05-03 21:45:21 +08:00
parent 2e56fe11e1
commit 4a4e160a54
6 changed files with 133 additions and 31 deletions
+1
View File
@@ -27,6 +27,7 @@ func TestDnsProxyConfig(t *testing.T) {
Address: net.NewIPOrDomain(net.IPAddress([]byte{8, 8, 8, 8})),
Port: 53,
},
DomainStrategy: dns.Config_USE_ALL,
},
},
})