Domains Project home pagelight logodark logo
  • Contact
Documentation
API Reference
  • Repository
  • Community
  • Support
  • Overview
    • Introduction
    • Domains
    • Quickstart
    Guides
    • Configuration
    • Rules
    Common Providers
    • Cloudflare Pages
    • Codeberg Pages
    • DanBot Hosting
    • Discord
    • GitHub Pages
    • Hashnode
    • ImprovMX
    • Netlify
    • Other Services
    • Railway
    • Render
    • Replit
    • Vercel
    Help
    • FAQ
    • Resources
    • Roadmap
    Community
    • Contributors
    • Supporters
    Legal
    • Terms of Service
    • Privacy Policy
    Help

    FAQ

    Frequently asked questions about subdomains, DNS, pull requests, and usage rules.

    Which DNS record types are supported?

    We currently support the following DNS record types:

    • A (IPv4)
    • AAAA (IPv6)
    • CNAME (alias)
    • TXT (verification, metadata)
    • MX (email servers)
    • SRV (service location)
    • CAA (certificate authority authorization)

    See the Configuration page for examples.

    Why does my domain still redirect to the project homepage?

    This usually means your DNS config hasn’t been merged yet, or you’re still seeing cached DNS records. Once your PR is merged, give DNS changes some time (up to a few hours) to propagate.

    Can I use a CNAME record with other record types?

    No — DNS standards require that if you use a CNAME, it must be the only record for that subdomain. If you need multiple types (e.g., A + TXT), use A or AAAA instead.

    How long will it take for my pull request to get merged?

    Most pull requests are reviewed within 24–72 hours. If you follow all guidelines and your config is valid, it’ll be merged as soon as possible.

    Which hosting services are supported?

    You can use any service that supports custom domains, including:

    • GitHub Pages
    • Vercel
    • Netlify
    • Cloudflare Pages
    • Custom/self-hosted servers

    Check out the DNS & Hosting guide for help setting these up.

    Can I create nested subdomains (e.g. sub.project.owns.it.com)?

    No — at this time we only support one-level subdomains like yourname.owns.it.com. Nested or wildcard subdomains are not supported.

    I get an SSL error on GitHub Pages. How do I fix this?

    Make sure your GitHub repository has a CNAME file with your full subdomain and that GitHub Pages is configured to enforce HTTPS. Also confirm your DNS CNAME is correctly set.

    Can I join the maintainer or moderation team?

    We’re always open to thoughtful contributors. Open an issue or contribute consistently, and we’ll reach out if a maintainer spot opens up.

    I accidentally leaked sensitive info in my PR. Can it be deleted?

    Yes. Immediately close the PR and open an issue or email us. We’ll help you remove the content from commit history as needed.

    Can I use my subdomain for a Minecraft server?

    Yes, but you’ll need to use an A record pointing to your server’s IP address. Just make sure it doesn’t violate any of our rules.

    Who can use NS records?

    We do not support NS records for custom delegation. All DNS is centrally managed by us to ensure stability and prevent abuse.

    Why are you strict with NS records?

    Allowing NS records opens up the potential for abuse, including unrestricted wildcard subdomains or spammy behavior. By managing DNS centrally, we maintain security and trust across all domains.

    How can I update or delete my subdomain?

    To update your subdomain, simply open another pull request modifying your existing config file.

    To delete it, remove the file and open a PR with a message like remove yourname.owns.it.com.

    Assistant
    Responses are generated using AI and may contain mistakes.

    Was this page helpful?

    VercelResources
    github
    Powered by Mintlify