|
|
|
|
|
by cft
3967 days ago
|
|
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. |
|