An open API service indexing awesome lists of open source software.

https://github.com/stilliard/stapps-debugger


https://github.com/stilliard/stapps-debugger

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Debugger

A place for quickly debugging common issues, we can add & improve these as more conditions are found.

Currently supports:

- Check if an email can be sent from a given IP based on an SPF record.

## Run locally

Either with php directly:

`composer start`

or via docker:

`PORT=8001 docker-compose up --build`