docker-ddns-server
docker-ddns-server copied to clipboard
Dynamic DNS Server with Web UI written in Go
Are they using this system whose interface is slightly different but very similar in terms of API and the data it receives? https://www.duckdns.org/
DNS type
Would it be possible to implement a field to enter the DNS type? Such as an MX record Thank you very much!!!, sorry for my English :)
In the docs it says to create a record for ns. to point to "put ipv4 of dns server here". It is not clear to me if that means pointing...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
i have the follwing configuration in my docker ``` version: '3' services: ddns: image: bbaerthlein/docker-ddns-server:latest container_name: dyndns restart: unless-stopped environment: DDNS_ADMIN_LOGIN: 'example:example_pwd' DDNS_DOMAINS: 'ns.example.com' DDNS_PARENT_NS: 'ns.example.com' DDNS_DEFAULT_TTL: '3600' ports: -...
Zone-Transfer as Env-Option / Dockerfile directory correction / docker build . works again / glibc was missing / updated golang image
Good day, i would like to use Zone-Transfer and this docker-instance as primary dyndns zone, is that possible or could you implement it? Would be neat that you could simply...
My ddns domain has a single letter component. Like this for example: myhost.d.example.com The ".d." fails the validation tag "hostname" of github.com/go-playground/validator. Afaik there is no reason that the domain...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
Hello, first of all, thank you very much, you made a really good project. Excuse my lack of knowledge, I am trying to achieve something like dyndns.org is doing, i...