Files
lnbits/lnbits/extensions/subdomains/README.md
T
2020-12-30 12:08:53 +01:00

1.6 KiB

Subdomains Extension

So the goal of the extension is to allow the owner of a domain to sell their subdomain to the anyone who is willing to pay some money for it.

Requirements

  • Free cloudflare account
  • Cloudflare as a dns server provider
  • Cloudflare TOKEN and Cloudflare zone-id where the domain is parked

API Endpoints

  • Domains
    • GET /api/v1/domains
    • POST /api/v1/domains
    • PUT /api/v1/domains/<domain_id>
    • DELETE /api/v1/domains/<domain_id>
  • Subdomains
    • GET /api/v1/subdomains
    • POST /api/v1/subdomains/<domain_id>
    • GET /api/v1/subdomains/<payment_hash>
    • DELETE /api/v1/subdomains/<subdomain_id>

Useful

Cloudflare