You’ll need to go into the rails console or postgresql command line and delete the ScreenedIpAddress record for your IP address.
s = ScreenedIpAddress.match_for_ip_address("...")
s.destroy
You’ll need to go into the rails console or postgresql command line and delete the ScreenedIpAddress record for your IP address.
s = ScreenedIpAddress.match_for_ip_address("...")
s.destroy