mirror of
https://github.com/tiennm99/miti-telegram.git
synced 2026-04-17 13:21:34 +00:00
feat: add ipinfo
This commit is contained in:
@@ -44,7 +44,7 @@ export default {
|
|||||||
? `https://www.google.com/maps?q=${latitude},${longitude}`
|
? `https://www.google.com/maps?q=${latitude},${longitude}`
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
const requestInfo = `<b>IP</b>: <code>${clientIP}</code>
|
const requestInfo = `<b>IP</b>: <code>${clientIP}</code> <a href="https://ipinfo.io/${clientIP}">🔍</a>
|
||||||
<b>Browser</b>: <code>${userAgent}</code>
|
<b>Browser</b>: <code>${userAgent}</code>
|
||||||
<b>Country</b>: <code>${country}</code>
|
<b>Country</b>: <code>${country}</code>
|
||||||
<b>Region</b>: <code>${region}</code>
|
<b>Region</b>: <code>${region}</code>
|
||||||
|
|||||||
Reference in New Issue
Block a user