-
Notifications
You must be signed in to change notification settings - Fork 21
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
Create ashish.json #58
base: main
Are you sure you want to change the base?
Conversation
domains/ashish.json
Outdated
"A": ["1.1.1.1", "1.0.0.1"], | ||
"AAAA": ["2606:4700:4700::1111", "2606:4700:4700::1001"], | ||
"CNAME": "example.com", | ||
"MX": ["mx1.example.com", "mx2.example.com"], | ||
"TXT": ["example_verification=1234567890"], | ||
"NS": ["ns1.example.com", "ns2.example.com"], | ||
"SRV": [ | ||
{ "priority": 10, "weight": 60, "port": 5060, "target": "sipserver.example.com" }, | ||
{ "priority": 20, "weight": 10, "port": 5061, "target": "sipbackup.example.com" } | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bro these are just the example we have for our service, please use the corresponding records for your website.
domains/ashish.json
Outdated
"A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], | ||
"AAAA": ["2606:4700:4700::1111", "2606:4700:4700::1001"], | ||
"CNAME": "https://ashishkumar448.github.io/portfolio", | ||
"MX": ["mx1.https://ashishkumar448.github.io/portfolio", "mx2.https://ashishkumar448.github.io/portfolio"], | ||
"TXT": ["google-site-verification=abc123def456"], | ||
"NS": ["ns1.https://ashishkumar448.github.io/portfolio", "ns2.https://ashishkumar448.github.io/portfolio"], | ||
"SRV": [ | ||
{ "priority": 10, "weight": 60, "port": 5060, "target": "sipserver.https://ashishkumar448.github.io/portfolio" }, | ||
{ "priority": 20, "weight": 10, "port": 5061, "target": "sipbackup.https://ashishkumar448.github.io/portfolio" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...
Just pick either A records for CNAME (remove https:// and /portfolio if you choose CNAME though)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done the changes
domains/ashish.json
Outdated
"A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], | ||
"AAAA": ["2606:4700:4700::1111", "2606:4700:4700::1001"], | ||
"CNAME": "ashishkumar448.github.io", | ||
"MX": ["mx1.https://ashishkumar448.github.io/portfolio", "mx2.https://ashishkumar448.github.io/portfolio"], | ||
"TXT": ["google-site-verification=abc123def456"], | ||
"NS": ["ns1.https://ashishkumar448.github.io/portfolio", "ns2.https://ashishkumar448.github.io/portfolio"], | ||
"SRV": [ | ||
{ "priority": 10, "weight": 60, "port": 5060, "target": "sipserver.https://ashishkumar448.github.io/portfolio" }, | ||
{ "priority": 20, "weight": 10, "port": 5061, "target": "sipbackup.https://ashishkumar448.github.io/portfolio" } | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just do this smh, you completely missed my message
"A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], | |
"AAAA": ["2606:4700:4700::1111", "2606:4700:4700::1001"], | |
"CNAME": "ashishkumar448.github.io", | |
"MX": ["mx1.https://ashishkumar448.github.io/portfolio", "mx2.https://ashishkumar448.github.io/portfolio"], | |
"TXT": ["google-site-verification=abc123def456"], | |
"NS": ["ns1.https://ashishkumar448.github.io/portfolio", "ns2.https://ashishkumar448.github.io/portfolio"], | |
"SRV": [ | |
{ "priority": 10, "weight": 60, "port": 5060, "target": "sipserver.https://ashishkumar448.github.io/portfolio" }, | |
{ "priority": 20, "weight": 10, "port": 5061, "target": "sipbackup.https://ashishkumar448.github.io/portfolio" } | |
] | |
"CNAME": "ashishkumar448.github.io" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done the changes
You know, you are keep doing the absolute opposite of what I suggested. |
added my domain