Sergey Fionov
Sergey Fionov
The problem is that cc ignores `"-arch arm64"` argument when it is in quotes. If I run this command with `-arch arm64` without quotes, it compiles. ``` --- stderr running...
Fixed default value for AGDnsSettings.enableRouteResolver
Minor fixes
It is important to symbolize as much as possible on Android devices because every device has own libc and libart versions, so symbols can't be resolved by addrs remotely. This...
``` 2022/08/14 11:17:51:374 W:[48899](DnsProxyServerHandler): Upstreams: [[(0x600000de52c0)AGDnsUpstream: address=https://security.cloudflare-dns.com/dns-query, bootstrap=(fe80::f8c3:ccff:feea:dd64%en8, 172.20.10.1), timeoutMs=2000, serverIp=, id=0]] ``` ``` 2022/08/15 01:49:22:084 I:[16423] DNS forwarder init: Initializing upstreams... 2022/08/15 01:49:22:084 I:[16423] DNS forwarder init: Initializing upstream...
String host, int port is perfect.
Seems that we need this to deal with NATs. Note that ngtcp2 should be updated to v0.7.0+ where this api exists. https://github.com/AdguardTeam/dnsproxy/issues/260
I think that socket should only have flag that it is "stream socket" or not. And should not contain protocol specific functions. This is also stopper for moving sockets into...
Libevent has a fatal flaw :)