Skip to content
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

namesilo.com #313

Open
seaneoz opened this issue Mar 3, 2022 · 3 comments · May be fixed by #866
Open

namesilo.com #313

seaneoz opened this issue Mar 3, 2022 · 3 comments · May be fixed by #866
Assignees
Labels
Category: Motivated! 🙌 Your pumpness makes me pumped! The issue or PR shows great motivation! Category: New provider 🆕

Comments

@seaneoz
Copy link

seaneoz commented Mar 3, 2022

Can you add namesilo ddns updater?

@calonmerc
Copy link

I second this request.

NameSilo add DNS record

NameSilo update DNS record

@qdm12 qdm12 changed the title Can you add namesilo ? namesilo.com Jun 12, 2023
@kssxs
Copy link

kssxs commented Aug 24, 2023

Any chance this might get done in the near future?

I'd really rather use this updater than some of the others out there, due to it's robustness and popularity.

Thanks in advance, and if asking violated some rule that I missed, my apologies!

@qdm12 qdm12 added Category: New provider 🆕 Category: Motivated! 🙌 Your pumpness makes me pumped! The issue or PR shows great motivation! labels Jan 19, 2024
@Zeustopher
Copy link

Zeustopher commented Jan 29, 2024

I started on this, but I've decided to move to my management of DNS for my domains to Cloudflare, so I've lost motivation to continue working on it. I didn't make it far - just primarily research the api, make the start of a readme, and take a screenshot of where to click to manage DNS. Instead of doing a full PR I'll just include the little bit of work here:

README

Namesilo

Namesilo Logo

Configuration

Example

{
  "settings": [
    {
      "provider": "namesilo",
      "domain": "domain.com",
      "host": "home",
      "key": "71dZaE8c2Aa926Ca2E8c1",
      "ip_version": "ipv4"
    }
  ]
}

Compulsory parameters

  • "domain" your domain. Example: domain.com.
  • "host" your host. Can be a subdomain or "@" or "*". Example: home to update the record for home.domain.com.
  • "key" the api key obtained using domain setup instructoins below. Example: 71dZaE8c2Aa926Ca2E8c1.

Optional parameters

  • "ip_version" can be ipv4 (A records), or ipv6 (AAAA records) or ipv4 or ipv6 (update one of the two, depending on the public ip found). It defaults to ipv4 or ipv6.

Domain setup

  1. Login to Namesilo API Manager with your account credentials.

  2. Generate an API key. The generated API key will look similar to 71dZaE8c2Aa926Ca2E8c1.

    • (do not check the "Generate key for read-only access" box)

Testing

  1. Go to domain manager.
  2. Choose "Manage DNS for this domain" (the globe icon) for the domain you wish to test.
    manage domain
    namesilo_domain_dns_manage
  3. Change the IP address of the host to 127.0.0.1.
  4. Run the ddns-updater.
  5. Refresh the Namesilo webpage to check the update occurred.

Other references

And here are a few implementations from around the internet of other doing it, though none of them written in go:

@hyperring hyperring linked a pull request Nov 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Motivated! 🙌 Your pumpness makes me pumped! The issue or PR shows great motivation! Category: New provider 🆕
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants