This commit is contained in:
parent
29da0ce6a4
commit
26d907d579
1 changed files with 1 additions and 3 deletions
|
@ -57,9 +57,7 @@ const postAnalytics = async (
|
|||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
"User-Agent": req.headers.get("user-agent") || "",
|
||||
"X-Forwarded-For": String(
|
||||
cfIp || forwardedIp?.split(",")[0],
|
||||
),
|
||||
"X-Forwarded-For": String(cfIp || forwardedIp?.split(",")[0]),
|
||||
},
|
||||
body: JSON.stringify({
|
||||
domain: "ipv4.army",
|
||||
|
|
Loading…
Add table
Reference in a new issue