-
Notifications
You must be signed in to change notification settings - Fork 18
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
SRV Record Not Working #66
Comments
Hi @kilo6eight ! can you PM me with your actual domain? nz at os dot vu |
email sent |
@kilo6eight hi! you should have my replies in your inbox, please check ;] |
will get back to you tomorrow sorry for the delay |
re-running the setup a few times and i passed the SRV error |
What record was giving you issues? All other SRVs were ok?
…On August 7, 2019 16:51:05 bonmerx ***@***.***> wrote:
re-running the setup a few times and i passed the SRV error
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I think both SRVs for 5222, 5223 ports. I cant remember well, the auto check didnt work, but rerunning setup passed it. After that it didnt build for the converse.js. I will maybe backup/restore and rerun the setup in the next days. |
The configuration/setup says:
The | SRV | record | 5 1 5223 ae.mydomain.com. | for DNS name | _xmpps-client._tcp.mydomain.com | still appears NOT to be registered.
On my domain control panel for SRV I have the following DEFAULT options:
Type:
Name: @
TTL: 900
Priority: 10
Weight: 0
Port:
Content:
I replace it with the following:
Type: SRV
Name: _xmpps-client._tcp.mydomain.com (I remove the @ that is prefilled)
TTL: 60
Priority: 5
Weight: 1
Port: 5223
Content: ae.mydomain.com. (Note it has a "." at the end. That is how it's outputted on the terminal so I just copied and pasted. I tried in case it was a developer mistake both with the "." and without the "." at the end. Clarify?)
This is exactly what I am typing in. I am using NJALLA as the domain registrar since it is pretty reputable and recommended on privacytools.io
It's not working what am I doing wrong?
The text was updated successfully, but these errors were encountered: