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: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"User-Agent": req.headers.get("user-agent") || "",
|
"User-Agent": req.headers.get("user-agent") || "",
|
||||||
"X-Forwarded-For": String(
|
"X-Forwarded-For": String(cfIp || forwardedIp?.split(",")[0]),
|
||||||
cfIp || forwardedIp?.split(",")[0],
|
|
||||||
),
|
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
domain: "ipv4.army",
|
domain: "ipv4.army",
|
||||||
|
|
Loading…
Add table
Reference in a new issue