Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creating a domain #373

Open
blade10101 opened this issue Sep 29, 2024 · 2 comments
Open

creating a domain #373

blade10101 opened this issue Sep 29, 2024 · 2 comments

Comments

@blade10101
Copy link

I have used * as a domain to add a AAAA record, but I don't understand how this dns works as it never resolves.

@Jan69
Copy link

Jan69 commented Nov 12, 2024

you don't fill that part, for base domain
you select a domain name, like "example.index" and leave the record part empty for the base domain, if you put anything in it, then it will be treated as the subdomain, e.g. if you put "www" in it it will match requests for "www.example.index", I don't think wildcard match is supported directly yet, but given you can set NS records, I guess you could just point it to a normal DNS server if you need that

@Revertron
Copy link
Owner

There are two usual symbols in DNS:

  1. The @ means the domain itself. You enter @ and the IP, and your domain example.ygg will resolve to that IP.
  2. The * means all records that are not existing. You enter www, ftp or what ever with some IPs, the will resolve to those IPS. But you add the record with *, and ANY non-existing records like test123456788.example.ygg will resolve to that IP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants