Andrey Meshkov
Andrey Meshkov
`--http3` does not work together with `--ech` http3 will work but not ech _Originally posted by @likev in https://github.com/ameshkov/gocurl/issues/14#issuecomment-1745202902_ Fixing this requires using Cloudflare's fork of quic-go.
curl has some initial support for WebSocket with some additional plans outline here: https://curl.se/docs/websocket.html It'd be nice to add WebSocket support to curl alongside some of the things that are...
Currently, the coverage is close to zero. This is not good considering that new features are constantly added. Ideally, I need to add proper unit-tests. I don't have too much...
Currently, both `socks5://` and `socks5h://` work the same way, DNS resolution is made on the proxy side. Needs to be fixed.
Currently, it only prints body_base64, basically raw response body. In the case when the content type is text based, it may be useful to print the decoded text content as...
### Please answer the following questions for yourself before submitting an issue. - [X] I am running the latest version - [X] I checked the documentation and found no answer...
### Please answer the following questions for yourself before submitting an issue. - [X] I am running the latest version - [X] I checked the documentation and found no answer...
Take a look at how it's done here: https://github.com/mcastillof/FakeTraveler We can do pretty much the same on Android. Here's how it can be done: 1. Provide an advanced setting that...
Here's the problem: 1. The user may set AdGuard as an "Always-on VPN" and "Block connections without VPN" in the settings. 2. However, since AdGuard does not filter AdGuard VPN's...
@EntropySmoke commented on [Wed Jan 06 2021](https://github.com/AdguardTeam/AdGuardVPNForWindows/issues/46) ### Prerequisites Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** - [x] I am...