79079753

Date: 2024-10-11 21:29:45
Score: 1
Natty:
Report link

You can use that library https://github.com/gaurishhs/elysia-ip

import { Elysia } from "elysia";
import { ip } from "elysia-ip";

new Elysia()
   .use(ip())
   .get("/", ({ ip }) => ip)
   .listen(3000);
Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ă–mer Asaf Karasu