Package Details: godns-bin 3.1.6-1

Git Clone URL: https://aur.archlinux.org/godns-bin.git (read-only, click to copy)
Package Base: godns-bin
Description: A dynamic DNS client tool, supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS, written in Go
Upstream URL: https://github.com/timothyye/godns
Keywords: alidns cloudflare ddns dns dnspod duckdns dynamic-dns dyndns godns
Licenses: Apache
Provides: godns
Submitter: ragouel
Maintainer: a15355447898a
Last Packager: a15355447898a
Votes: 0
Popularity: 0.000000
First Submitted: 2020-04-07 09:33 (UTC)
Last Updated: 2024-11-16 11:51 (UTC)

Dependencies (0)

Required by (2)

Sources (3)

Latest Comments

random_click commented on 2024-09-22 13:14 (UTC) (edited on 2024-09-22 13:15 (UTC) by random_click)

  • The package installs /etc/conf.d/godns.conf while the exec only allows enforces json extension
  • It would be handy to include systemd script like this:
[Unit]
Description=GoDNS dynamic DNS updater
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/godns -c /etc/conf.d/godns.json
Restart=always
RestartSec=5s
ExecStop=/bin/kill $MAINPID

[Install]
WantedBy=multi-user.target