Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
US residential IP spoof
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed Jun 22, 2023
1 parent 2a338f6 commit 9b32a32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/EdgeGPT/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@


# Generate random IP between range 13.104.0.0/14
FORWARDED_IP = (
f"13.{random.randint(104, 107)}.{random.randint(0, 255)}.{random.randint(0, 255)}"
)
FORWARDED_IP = f"1.0.0.{random.randint(0, 255)}"

HEADERS = {
"accept": "application/json",
Expand Down

0 comments on commit 9b32a32

Please sign in to comment.