-
Notifications
You must be signed in to change notification settings - Fork 43
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
Duplicate name over a domain #15
Comments
I have the same issue. In my case there are 2 records associated with the domain. One is correct and the other is the one before the last update. So many times I end up on someone else host. |
This should not be possible. Hosts are unique and bound to a specific user account. That means if you have for example "a.ydns.eu" then nobody else than you will be able to create hosts and records for "a.ydns.eu". Records are bound to hosts - you should never be able to alter records of a host you don't own. However, I'll verify if this works as expected tonight. |
Hi, I changed the name of my host in ddd.ydns.eu and dream.ydns.eu was still So, with my account I recorded a name of a hos that was in use by Write me if I can help you. Thanks in advance Il 14/01/2015 15:29, Christian Jurk ha scritto:
Think Marco, think different |
@commx You didn't understand. I mean there are two dinstinct A records in the domain. |
@marcorighi I scanned some of the existing level 3 domains for ydns.eu and made a list. @commx Can you verify? |
@commx Hey? |
@marcorighi Of course, "dream.ydns.eu" currently has two A records, but with the same content. How did you update? Using the API (any updater client) or via the web page? @rnhmjoj What steps did you do to accomplish this, so I can reproduce the scenario? |
Il 05/02/2015 22:25, Christian Jurk ha scritto:
In order to update my IP I perform an test an I require an update only Cron: check_and_update_ip.sh: function myip { myip echo "+++++" >> $log_ip_history touch $log_ip_last old_ip=$(less $log_ip_last) if [ "$ip" != "$old_ip" ] updater.sh: #!/bin/bash yDNS Updater, updates your yDNS host.Copyright (C) 2013 Christian Jurk cj@ydns.euThis program is free software: you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation, either version 3 of the License, or(at your option) any later version.This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with this program. If not, see http://www.gnu.org/licenses/.Define your yDNS account details and host you'd like to update.YDNS_USER="marco.righi@gmail.com" Don't change anything below.if ! hash curl 2>/dev/null; then if this fails with error 60 your certificate store does not containthe certificate, either add it or use -k (disable certificate checkret= if [ "$ret" != "ok" ]; then That's all. Do you have a dream.ydns.eu updated using my account? Thanks a lot |
@commx I used a tool to get a list the existing subdomains of Anyway the problem with my hostname basically is this one:
The first address is the current one, the second is the previous dynamic ip I had before the last update. |
I'm sorry to bother you but this problem is causing me lots of problems. Could you look into it? |
@rnhmjoj I was finally able to find out what's going on. There were loads of orphaned records with unassigned hosts in the database. I deleted those records. However, I wasn't able to locate the cause for this yet, so I'll keep this ticket open until I can provide a permanent fix. |
Ok, thank you. |
This service appears completely broken at the moment. I added a host mac.ydns.com with no errors, but found 'nslookup mac.ydns.com' returning both my IP and the IP of someone in australia (I am in the UK). As I didn't want to upset this antipodean user I removed my host addition. |
I second that opinion, the brokenness. Guess I'll show myself out now. |
Hi,
with my account I have registered the host name in the domain ydns.eu. After that, I tried to contact my host dream.ydns.eu. The contact failed. The dnslookup dream.ydns.eu answered providing more IP for my computer. I suppose that is was due to a duplicated host name in the domain ydns.eu. Do you check the unicity property for each hostname+domain?
The text was updated successfully, but these errors were encountered: