Add neil.json for domain configuration#35780
Add neil.json for domain configuration#35780neilwilliam wants to merge 3 commits intois-a-dev:mainfrom
Conversation
Hi there! 👋You've successfully made a pull request! Here are some steps to do while waiting for a maintainer to review the pull request:
Note: Because of the influx of pull requests we are trying to do them all, but this would mean longer wait time. We'll try to get to them when we can. Thanks for the patience. |
| "discord": "neillobo" | ||
| }, | ||
| "records": { | ||
| "CNAME": "neilssites.web.app" |
There was a problem hiding this comment.
records object is invalid JSON: missing a comma after the CNAME entry, so this file will fail JSON parsing/tests.
| "CNAME": "neilssites.web.app" | |
| "CNAME": "neilssites.web.app", |
| "A": ["104.18.4.103", "104.18.5.103"], | ||
| "AAAA": ["2606:4700::6812:467", "2606:4700::6812:567"] |
There was a problem hiding this comment.
This configuration defines CNAME alongside A/AAAA for the same subdomain. A hostname cannot have a CNAME/ALIAS record at the same time as other address records; Cloudflare will reject or behave unpredictably. Choose either CNAME (typical for Firebase) or A/AAAA, but not both.
| "A": ["104.18.4.103", "104.18.5.103"], | |
| "AAAA": ["2606:4700::6812:467", "2606:4700::6812:567"] |
|
due to high surge/influx of PRs, we will automatically close PRs that failed the CI test result, kindly check, read, follow and understand our curated guide -> https://docs.is-a.dev |
Requirements
ownerkey.Website Preview
https://neilssites.web.app
