Hacker News new | ask | show | jobs
by BradRuderman 3969 days ago
How does that work? Does the DDOS mitigation software change DNS and if so how can it change the DNS in the middle of an attack assuming the attackers?
1 comments

Only very basic DNS mitigations services have you change DNS and proxy through them. Predictably GitHub is not using one of those.

If you really want to protect your service (your own DNS or say SMTP, WebSockets, TCP), then you need to change the internet routing. This is done via BGP announcements of your IP subnets, such that you announce your inbound routes via the mitigation providers. The providers scrub the traffic and deliver clean traffic via a GRE tunnel to your routers. The outbound traffic is routed directly via your upstream providers.