-
Notifications
You must be signed in to change notification settings - Fork 224
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
Get rid of fischvolk.de #919
Comments
I can certainly put them in the jamulus.io zone file. Shall I put them in as CNAMEs or A records? I think A records will resolve slightly faster, but with CNAMEs you'd be able to re-point them from fischvolk.de if you needed to. |
There's some magic being done somewhere currently for the server lists I host. |
There is perhaps also the question of who should control jamulus.io. Right now, I have it registered with hover.com and host the zone file on my own name servers. These are maintained by myself and some others along with a bunch of other domains as part of a server "co-operative". This is for free, basically. I'm happy to renew the registration for some years, but should @corrados have control of the domain itself (either the DNS or the registration as well)? I don't know how other open source projects handle this. Is there a concept of shared or escrow domain ownership, for example? Meanwhile, I can add those subdomains as A records for now. |
Probably the better names from now on for the |
It would be great if you could continue to keep ownership of that URL and also that you manage the port forwardings and DNS entries. |
Please post here when you have done the DNS entries for the Central Servers so that I can change it in the Jamulus source code. |
Sorry, I'm not sure what ports you mean. Can you explain? Looking at what you have here it seems that (for example):
That's maybe a lot of DNS lookups, so I was going to put the following in jamulus.io, based on jamulus/src/global.h (although jamulusanygenre1 isn't listed there):
|
I am not sure if you can use an IP number for pljones server. I did use an URL instead. |
So I would say it should be:
|
Maybe even better, we should omit the jamulus at the beginning (since we have it already in jamulus.io):
Additionally, as seen in my new list, the entry "pure jamulus" is not needed, actually. |
Yes, that's the what I was thinking, too. I take it your DNS would CNAME all the entries to jamulus.io for resolution, rather than leaving them as they are, once the new entries are in place? |
OK I've added those to the domain now. . |
Thank you :-). I'll change the code now and try out if it all works as expected. |
I just tested it. The entries with the fixed IP address work but pljones Central server do not. I assume the syntax of the lines with the CNAME is somehow incorrect. Maybe the syntx for CNAME entries is differently defined for your provider? Can you please check? |
Oh, it seem that it is not your fault. This is what I get when I try out the addresses in the command line: traceroute jamuluscentral4.drealm.info @pljones, can you please activate these URLs on your side? |
Oh BTW can you confim that the following will be correct for the next server documentation release?
|
Yes, this is correct. |
CNAME records need a dot at the end of the target name, so that it is an absolute name, not relative to the current domain. So:
would return
|
Closed via 72ff3ae |
Many years ago, I registered the URL fischvolk.de (which stands for fisch(er)volk(er)) for private stuff. As a quick hack, I have used that URL for the Jamuls software as well. Since Jamulus has become more and more popular, this URL does not look very professional anymore. We now have our own Jamulus URL with jamulus.io. @gilgongo, would it be possible to use that for the Jamulus Central server addresses?
See, e.g., here: https://github.com/corrados/jamulus/blob/bf17b52659e8c5717c9bf4a66942087bc665907d/src/global.h#L99
The text was updated successfully, but these errors were encountered: