Sergey Fionov

Results 152 comments of Sergey Fionov

Sorry, I have no time to maintain this project at this time. May be this will be changed in future. You may try lightweight dnsproxy from @AdguardTeam written in Golang:...

@Dimerbone Can you please try to add `root` to pref.excluded.packages?

@Pantyhose-X You may try `$network` rules. Here are some examples: ``` 11.22.*$network 1.2.3.4:443$network /1\.2\.3\.4:(80(80)?|443)/$network ``` https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters#network-modifier

This is not good idea at this moment since this mode can cause problems. We should wait until `$stealth=dpi` rules are available for problematic sites (in one of next releases)....

Some apps can check that location is mocked and refuse to work: https://developer.android.com/reference/android/location/Location#isFromMockProvider() However, not an every app checks this.

@xxxsen Do you use Connectbot as the outbound proxy for Adguard, or it is just an example?

@gork7777 It seems like some kind of route loop, since every connection appears again as "com.adguard.system" with different port. Do you have any other filtering software installed, or unusual network...

@TPS At this time, it is blocked unconditionally. This will be changed when we implement HTTP/3 filtering.

@ameshkov I see that on 16:51:27 NWPathMonitor detected network change to pdp_ip0. Curl was reconnected and eventually switched to single IPv6 connection. However, there was additional NWPathMonitor network change detections,...

Please enable TCP listener in AGDnsProxy after moving to localhost. Currently only UDP listener is enabled, and too long replies are truncated if request was without EDNS0. TCP listener can't...