Get IP of user using trpc?

is it possible to just get the ip of the user using trpc without just including it in the input?
Solution
req.headers['x-forwarded-for']
Was this page helpful?