Skip to content

Commit

Permalink
fix: update akamai ping URL
Browse files Browse the repository at this point in the history
  • Loading branch information
WendelHime committed Oct 28, 2024
1 parent 0a8fe3e commit 9892583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ func testProvidersWithHosts(hosts map[string]string) map[string]*Provider {
}
func testAkamaiProvidersWithHosts(hosts map[string]string, sniConfig *SNIConfig) map[string]*Provider {
return map[string]*Provider{
"akamai": NewProvider(hosts, pingTestURL, DefaultAkamaiMasquerades, nil, nil, sniConfig, nil),
"akamai": NewProvider(hosts, "https://fronted-ping.dsa.akamai.getiantem.org/ping", DefaultAkamaiMasquerades, nil, nil, sniConfig, nil),
}
}

0 comments on commit 9892583

Please sign in to comment.