predetermined

Results 2 comments of predetermined

If your server is not running behind a proxy, you can now use the following code since Aqua v1.3.0 ```typescript app.get("/", req => { const remoteHostname = (req.conn?.remoteAddr as Deno.NetAddr)?.hostname;...