add troubleshooting comment for CF-Connecting-IP header spoofing issue with cloudflare
This commit is contained in:
@@ -87,8 +87,20 @@ func masqueradeAsTrustedBot(botUA string, botIP string, ja3 string) proxychain.R
|
|||||||
SetRequestHeader("X-Real-IP", botIP),
|
SetRequestHeader("X-Real-IP", botIP),
|
||||||
// akamai
|
// akamai
|
||||||
SetRequestHeader("True-Client-IP", botIP),
|
SetRequestHeader("True-Client-IP", botIP),
|
||||||
|
|
||||||
// cloudflare
|
// cloudflare
|
||||||
|
// TODO: this seems to cause issues with CF... figure out workaround or remove
|
||||||
|
/*
|
||||||
|
Error 1000
|
||||||
|
Ray ID: xxxxxxxxxxxxxxxx •
|
||||||
|
2023-12-01 20:09:22 UTC
|
||||||
|
DNS points to prohibited IP
|
||||||
|
What happened?
|
||||||
|
You've requested a page on a website (xxxxxxxxxxxxxxxxxxx) that is on the Cloudflare network. Unfortunately, it is resolving to an IP address that is creating a conflict within Cloudflare's system
|
||||||
|
*/
|
||||||
|
|
||||||
SetRequestHeader("CF-Connecting-IP", botIP),
|
SetRequestHeader("CF-Connecting-IP", botIP),
|
||||||
|
|
||||||
// weblogic
|
// weblogic
|
||||||
SetRequestHeader("WL-Proxy-Client-IP", botIP),
|
SetRequestHeader("WL-Proxy-Client-IP", botIP),
|
||||||
// azure
|
// azure
|
||||||
|
|||||||
Reference in New Issue
Block a user