All Projects → wwalexander → Doddns

wwalexander / Doddns

Licence: gpl-3.0
A dynamic DNS system for DigitalOcean

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Doddns

Cloudscraper
CloudScraper: Tool to enumerate targets in search of cloud resources. S3 Buckets, Azure Blobs, Digital Ocean Storage Space.
Stars: ✭ 276 (+4500%)
Mutual labels:  digitalocean
Digitalocean Cloud Controller Manager
Kubernetes cloud-controller-manager for DigitalOcean (beta)
Stars: ✭ 418 (+6866.67%)
Mutual labels:  digitalocean
Guide
Kubernetes clusters for the hobbyist.
Stars: ✭ 5,150 (+85733.33%)
Mutual labels:  digitalocean
Terraform Provider Digitalocean
Terraform DigitalOcean provider
Stars: ✭ 296 (+4833.33%)
Mutual labels:  digitalocean
Nixos In Place
Install NixOS on top of any existing Linux distribution without rebooting
Stars: ✭ 370 (+6066.67%)
Mutual labels:  digitalocean
Droplet kit
DropletKit is the official DigitalOcean API client for Ruby.
Stars: ✭ 482 (+7933.33%)
Mutual labels:  digitalocean
sail
Deploy WordPress to DigitalOcean with Sail
Stars: ✭ 111 (+1750%)
Mutual labels:  digitalocean
Control
Control manages the lifecycle of clusters on your infrastructure and allows deployment of applications via HELM. Its deployment and configuration workflows will help you to get up and running with Kubernetes faster.
Stars: ✭ 680 (+11233.33%)
Mutual labels:  digitalocean
Gitstart
Make a Pull Request
Stars: ✭ 415 (+6816.67%)
Mutual labels:  digitalocean
Do Agent
Collects system metrics from DigitalOcean Droplets
Stars: ✭ 552 (+9100%)
Mutual labels:  digitalocean
Inletsctl
The fastest way to create self-hosted exit-servers
Stars: ✭ 314 (+5133.33%)
Mutual labels:  digitalocean
Oauth
🔗 OAuth 2.0 implementation for various providers in one place.
Stars: ✭ 336 (+5500%)
Mutual labels:  digitalocean
Docker2saas
An open source tool that lets you create a SaaS website from docker images in 10 minutes.
Stars: ✭ 498 (+8200%)
Mutual labels:  digitalocean
Dosxvpn
Easily deploy your own personal VPN server with DNS adblocking running on DigitalOcean
Stars: ✭ 284 (+4633.33%)
Mutual labels:  digitalocean
Client
DigitalOcean API v2 client for PHP
Stars: ✭ 604 (+9966.67%)
Mutual labels:  digitalocean
Cloudbrute
Awesome cloud enumerator
Stars: ✭ 268 (+4366.67%)
Mutual labels:  digitalocean
Ansible Playbooks
Ansible playbook collection that have been written for Ubuntu. Some of the playbooks are Elasticsearch, Mesos, AWS, MySql, Sensu, Nginx etc..
Stars: ✭ 429 (+7050%)
Mutual labels:  digitalocean
Digitalocean Debian To Arch
Script to convert a Debian installation on DigitalOcean to Arch Linux
Stars: ✭ 783 (+12950%)
Mutual labels:  digitalocean
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 ✅
Stars: ✭ 621 (+10250%)
Mutual labels:  digitalocean
Porter
Kubernetes powered PaaS that runs in your own cloud.
Stars: ✭ 498 (+8200%)
Mutual labels:  digitalocean

doddns

A dynamic DNS system for DigitalOcean

Background

The DigitalOcean API allows domain name records to be updated. This means that it is possible for DigitalOcean DNS records to be used as a dynamic DNS system. Existing clients seem to query third-party services like http://ifconfig.me/ip. Rather than relying on these services, I wanted to use my own DigitalOcean droplet to serve the IPs.

doddns is composed of a client and server, which run on the local machine and a remote server respectively. The server is meant to run on a DigitalOcean droplet. It responds to HTTP requests with the IP address of the client a la http://ifconfig.me/ip. The client updates the DNS record for the given domain and subdomain with this address automatically.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].