/domain/put : create or update a domain record (protected via secret string)
/domain/available/ : check if a given domain is free
next I will work on integrating these endpoints with the DNS server
based on this tutorial https://mbuffett.com/posts/rocket-sled-tutorial/,
this is now working, and has two endpoints in place
* ROUTES
* /domain/put : create or update a domain record (protected via secret string)
* /domain/available/<domain> : check if a given domain is free
next I will work on integrating these endpoints with the DNS server
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
based on this tutorial https://mbuffett.com/posts/rocket-sled-tutorial/,
this is now working, and has two endpoints in place
next I will work on integrating these endpoints with the DNS server