HN user

ameshkov

2,358 karma

https://twitter.com/ay_meshkov

Posts27
Comments166
View on HN
github.com 23d ago

Show HN: MCP-compress-router – MCP Compressor

ameshkov
1pts0
gbhackers.com 10mo ago

TLS Certificate Mis-Issuance Exposes 1.1.1.1 DNS Service to Exploitation

ameshkov
2pts0
adguard.com 10mo ago

Ten years in the wrong regex lane

ameshkov
5pts0
adguard-dns.io 1y ago

AdGuard DNS Now Supports Structured DNS Errors

ameshkov
3pts0
adguard.com 3y ago

AGLint – ESLint for ad blocking filter lists

ameshkov
2pts0
developer.apple.com 4y ago

Apple bans accounts of developers from Belarus

ameshkov
191pts86
quad9.net 5y ago

Quad9 and Sony Music: German Injunction Status

ameshkov
430pts227
developer.apple.com 5y ago

Apple brings Safari web extensions to iPhone and iPad

ameshkov
5pts0
www.atlassian.com 5y ago

Atlassian moving to cloud-only, will stop selling server licenses

ameshkov
380pts298
www.kickstarter.com 5y ago

Kickstarter: Open-Source Sciter Engine

ameshkov
18pts3
blog.mozilla.org 5y ago

Promoted Add-ons Pilot

ameshkov
153pts130
www.nytimes.com 5y ago

Russian anti-trust agency decides against Apple App Store

ameshkov
1pts0
twitter.com 6y ago

The State of WKWebView

ameshkov
5pts0
developer.apple.com 6y ago

macOS Kernel Extensions are officially deprecated

ameshkov
337pts328
techcrunch.com 6y ago

Mozilla lays off 70

ameshkov
929pts904
adguard.com 6y ago

AdGuard DNS: 1 year, 600B queries, 100B blocked trackers, DOH grew 46 times

ameshkov
4pts0
twitter.com 6y ago

Police conducted search in the Nginx office due to a copyright claim

ameshkov
586pts217
www.theregister.co.uk 6y ago

Gitlab Makes a U-Turn

ameshkov
39pts24
twitter.com 7y ago

AdGuard Pro for iOS is back thanks to the new App Store guidelines update

ameshkov
6pts0
github.com 7y ago

AdGuard Home v0.93: DNS-over-HTTPS and DNS-over-TLS Support Out-of-the-Box

ameshkov
2pts0
adguard.com 7y ago

Show HN: AdGuard Home – an open source network-wide ad blocker

ameshkov
6pts2
www.theverge.com 8y ago

Google is removing Chrome extensions inline installation API

ameshkov
3pts0
adguard.com 8y ago

Amazon follows Google and Apple and bans system-wide ad blockers on app store

ameshkov
310pts292
thenextweb.com 8y ago

Adblocking is here to stay. It’s time for publishers to move on

ameshkov
1pts0
www.bleepingcomputer.com 8y ago

Chrome's Built-In Ad Blocker Will Start Blocking Ads on February 15, 2018

ameshkov
4pts3
www.ixiacom.com 8y ago

Hidden Crypto-Mining Comes to Mobile Apps

ameshkov
3pts1
blog.adguard.com 8y ago

Ad Blocker 2020: An invisibility cloak for the wild wild web?

ameshkov
2pts0

In Cyprus, companies are usually incorporated via a corporate service provider, who also provides the registered office address and PO Box services. Basically, if you need to reach out to us by mail, you should use the "legal address" from the website.

Actually, no, we don't resolve them. We scan the incoming ClientHello before making a decision on where to route the connections. If the connection should be bypassed we make a connection by ourselves and proxy traffic. Implementing it that way requires having a TCP stack right in the client.

Uh, I guess it's a little bit off-topic here:) It's hard to say what's more harmful, I'd say cookies still take #1, but I think we're not far from the moment when your email address or its derivative will be used as the main advertising ID. Regarding evolution, well, definitely possible, the time will show.

This is actually supported by both the client and the server.

To use it in mobile clients you need to specify two domain names like that: fake-sni.com|domain.com where “fake-sni.com” is the domain thay will be in the SNI and “domain.com” is the domain in your TLS certificate (used to check the server’s authenticity)

There are no shady alleys in Cyprus:)

We have only one office in Limassol, the company is mostly remote: https://maps.app.goo.gl/pounSEQqBvYftZGZ6?g_st=ic

(we are moving to a bit bigger office in the neighboring building, no nice photos on google yet)

We do not have a dedicated team page on the website, but we’re not hiding our faces, the team can be found on Github. Members of the team often visit AFDS [1] [2], you can see some faces there (including mine).

[1] https://adfilteringdevsummit.com/

[2] https://youtube.com/playlist?list=PL61EKVIQWizG0tIYqNDoenVaO...

Hi, thank you very much for supporting AG!

We are very cautious with Apple as we suffered from them before [1]. So we're trying to stick to the APIs they provide. I hope the new URL filtering API [2] will improve the situation with the system-wide filtering, but our request for API access is still being reviewed by Apple.

Regarding jailbroken iOS devices, unlike Android the numbers are really marginal so it won't be feasible to support them.

[1] https://adguard.com/en/blog/adguard-pro-discontinued.html

[2] https://adguard.com/en/blog/apple-url-filter-system-wide-fil...

We support both H2 and H3 and this is necessary. QUIC is not bad, but there are places where it either does not work at all or works too slow.

And one more thing, even though the code and spec is only published now, we’ve been using TrustTunnel for a long time, started before CONNECT_UDP became a thing.

We’re considering switching to it though (or having an option to use it) just to make the server compatible with more clients.

More or less, built on top of it with added udp/icmp.

When writing server and client a lot of time is consumed by additional features, not on implementing the spec itself. For instance, in order to be truly stealthy we have to make sure that it looks *exactly* like Chromium on the outside, and then maintain this similarity as Chromium changes TLS implementation from version to version. Or here’s another example: on the server-side we need to have an anti-probing protection to make it harder to detect what the server does.

We do, and from what we know a bigger problem in China is detecting traffic patterns. SNI filtering is not that big of a deal, in order to block your domain it needs to first learn which one you’re using. What for the traffic patterns, people in China prefer to selectively route traffic to the tunnel. For instance, the client apps allow you to route *.cn domains (or any other domains) directly. It makes it harder to detect that you’re using a VPN.

One interesting thing I’ve noticed is that AdGuard means different things in different parts of the world. In some places, people know us primarily as an ad blocker, in others we’re best known for our DNS service and in some regions AdGuard is associated almost exclusively with our VPN. The reality is that AdGuard makes several different products, not just one.

Hi, I’m one of the people working on this.

One clarification that may not be obvious: open-sourcing this isn’t primarily about signaling or auditability. If that were the goal, a standalone protocol spec or a minimal reference repo would have been enough.

Instead, we’re deliberately shipping full client and server implementations because the end goal is for this to become an independent, vendor-neutral project, not something tied to AdGuard.

We want it to be usable by any VPN or proxy stack and, over time, to serve as a common baseline for stealthy transports — similar to the role xray/vless play today.

Happy to answer questions or clarify design choices.

This is not a common issue tbh. What sometimes may happen is that after an iOS update the content blockers in Safari becomes corrupted and the only thing that fixes it is not just a reinstall, but uninstall + reboot + reinstall after that. If even this doesn’t help please contact me at “am at adguard.com”, I will try to help.

I would advise against using unbound on the client side as this way all your DNS queries will be unencrypted and visible to your ISP. Besides that, the DNS responses can be modified, this kind of censorship is very popular and used in many countries.

IMO it is safer to use a big popular DNS recursor (google, cloudflare, adguard, quad9, etc), use DoT/DoH/DoQ and maybe add some additional filtering on top of it.

I tried not to share too much details while we were still in process of figuring out the details.

The legal advice we got was basically “block asap or risk jail time”. Moreover, the risk would still be there even if the complainant is shady or hiding their identity.

So it took us some time to do the digging and make sure that illegal content was removed which was the prerequisite to unblocking.

The digging is not finished btw, we’ll later post a proper analysis of our reaction and the results of the research.

Thanks for understanding and sorry if my comment sounded too harsh. Over the past few years we went through a lot and when I hear that AdGuard is just registered I may overreact.

What for your position, I respect it and as much as I’d like to say otherwise, under certain circumstances it can be reasonable.

Most of the employees relocated including senior staff, devs and people with access. We still have some contractors working from there, mostly in support service, content and qa. Not "most" or "a lot", but nevertheless.

We encourage people to move closer to the head office, but as long as it's not required by law, we’re not going to force people to move out, as I know very well how hard it is.

and it looks like that from your github projects

You do realize that a russian name != working in Russia, right?

I'm not sure what part of the comment you responded to is not correct or misinformation

The parts where:

1. It's implied that the company is just "registered".

2. It's implied that the company is not European.

3. It's said that devs reside in Russia.

All three are factually incorrect.

AdGuard has been around for 16+ years, and throughout this time I've seen similar accusations many times. I am generally fine with them — that's life — but today I just wasn't in the mood, sorry for that. Anyways, this is one more reason to have more code published to open source, a win-win for all.

It's not the first time I've noticed you spreading this misinformation on HN, so let me respond.

Most of AdGuard's staff relocated in 2022, and I (CTO and co-founder of AdGuard) personally live in Limassol, Cyprus. We commented on that publicly, but it seems that random forum posts often regarded as more reliable sources of information.

I am totally fine with anyone not trusting AdGuard for any reason, but please keep your statements factually correct.

PS: Sorry for sticking a small promo in the comment, but this year we're organizing the annual summit (adfilteringdevsummit.com) for ad blockers' devs on our home turf in Limassol, a perfect opportunity to meet us, other ad blockers and even browsers' devs.

The issue is resolved now, the repo is available again.

We have not received any response to the support case that we opened, but we assume that it was a false positive of some automatic algorithm.

As a consequence of this we're going to set up a mirror outside Github so that the work didn't stop if something like that happens again.

UPD: We received the official response explaining that this was a mistake. I must admit the whole situation was resolved really quickly, good job.