Skip to content

Commit

Permalink
fix: update masquerades
Browse files Browse the repository at this point in the history
  • Loading branch information
WendelHime committed Oct 28, 2024
1 parent 3ea53ef commit 0a8fe3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default_masquerades.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ var DefaultTrustedCAs = []*CA{
var DefaultAkamaiMasquerades = []*Masquerade{
{
Domain: "a248.e.akamai.net",
IpAddress: "23.53.122.84",
IpAddress: "104.117.247.143",
},
{
Domain: "a248.e.akamai.net",
IpAddress: "2.19.198.29",
IpAddress: "23.47.194.73",
},
}

Expand Down

0 comments on commit 0a8fe3e

Please sign in to comment.