Onoketa Akarin

Results 3 issues of Onoketa Akarin

```go mod vendor``` will not copy all .c files into /vendor https://github.com/golang/go/issues/26366 https://github.com/godror/godror/pull/38/files

**Describe the bug** ```bad dns_name: 1.1.1.1 ``` when using 1.1.1.1 as ```tls_dns_name``` in ```ResolverConfig``` **To Reproduce** ```rust let mut resolver = ResolverConfig::new(); resolver.add_name_server(NameServerConfig { //... protocol: trust_dns_resolver::config::Protocol::Https, tls_dns_name: Some("1.1.1.1".to_string()), //......

enhance
crate:resolver
feature:dns-over-https
feature:dns-over-tls

We found that ESNI has been blocked in China several days ago. Here is a detailed technical report: https://geneva.cs.umd.edu/posts/china-censors-esni/esni/ We have found several ways to circumvent this censorship. I have...