debug
Docker / build (push) Has been cancelled Details

This commit is contained in:
Chris W 2024-01-07 16:51:45 -07:00
parent 900d78a843
commit 44b750dc1b
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@ module Paste69
user_agent = req.headers["User-Agent"]?
remote_addr = req.headers["Remote-Addr"]?
pp req
if !remote_addr
addr = req.request.remote_address
if addr.is_a?(Socket::IPAddress)