This commit is contained in:
Miroslav Stampar
2018-09-15 21:36:21 +02:00
parent 35d9ed8476
commit a8a7dee800
3 changed files with 4 additions and 4 deletions

View File

@@ -25,6 +25,6 @@ def tamper(payload, **kwargs):
headers = kwargs.get("headers", {})
headers["X-Forwarded-For"] = randomIP()
headers["X-Clinet-Ip"] = randomIP()
headers["X-Client-Ip"] = randomIP()
headers["X-Real-Ip"] = randomIP()
return payload