userAgent: ip.userAgent

This commit is contained in:
Sefinek 2024-11-10 06:22:56 +01:00
parent 5df7e8e068
commit 21018da206

View file

@ -35,7 +35,7 @@ module.exports = async () => {
rayId: ip.rayId, rayId: ip.rayId,
ip: ip.ip, ip: ip.ip,
endpoint: ip.endpoint, endpoint: ip.endpoint,
userAgent: ip.userAgent || '', userAgent: ip.userAgent,
action: ip.action, action: ip.action,
country: ip.country, country: ip.country,
timestamp: ip.timestamp, timestamp: ip.timestamp,