# ddns-go を Homebrew, Nix, scoop でインストール

ddns-go のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:ddns-go
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install ddns-go
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ddns-go
```

  証拠: nixpkgs package indexes: pkgs/by-name/dd/ddns-go/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install extras/ddns-go
```

  証拠: Scoop official bucket manifest trees: bucket/ddns-go.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:ddns-go
- **パッケージマネージャ:** Homebrew
- **バージョン:** 6.17.4
- **ソース概要:** Simple and easy-to-use DDNS
- **ホームページ:** <https://github.com/jeessy2/ddns-go>
- **リポジトリ:** <https://github.com/jeessy2/ddns-go>
- **最終更新:** 2026-07-30T15:00:45Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ddns-go (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 6.17.4
## プロジェクトの歴史と使われ方

DDNS-GO is a self-hosted dynamic DNS updater written in Go. It automatically obtains public IPv4 or IPv6 addresses and updates DNS provider records, with a web UI, service mode, Docker deployment, and support for many DNS providers.

### プロジェクトの歴史

The GitHub repository was created in 2020, with v0.0.1 released later that year. The official README frames the project around simple web-based configuration, multi-provider DNS support, service installation, Docker use, webhooks, callbacks, and a default five-minute sync interval.

### 採用の歴史

DDNS-GO's adoption is strongest in self-hosting and homelab use, where users need a packaged updater for residential or changing IP addresses. Its release stream moved quickly through the 5.x and 6.x series, and the project distributes through GitHub releases, Docker images, Homebrew, Nix, and Scoop-style package channels.

### 使われ方

Typical package usage is to install the binary as a Mac, Linux, or Windows service, open the local web UI on port 9876 for initial configuration, and store provider credentials in the YAML configuration file. Docker users mount a host directory and run the container with host networking or an exposed web port.

### パッケージ好きにとっての重要性

DDNS-GO matters to package nerds because it turns a classically cron-and-script networking chore into a single packaged daemon with a web UI and provider adapters. Its configuration file is both operational state and credential storage, so packagers and users care about service paths, mount points, and upgrade behavior.

### タイムライン

- 2020: Public GitHub repository created.
- 2020: DDNS-GO v0.0.1 released.
- 2023: DDNS-GO v5.0.0 released.
- 2026: DDNS-GO v6.17.1 released.

### Related projects

- Supported DNS providers include Aliyun, Tencent Cloud, Dnspod, Cloudflare, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, Namecheap, NameSilo, and others listed in the README.
- Docker and GHCR images are official deployment surfaces for self-hosted use.
- Webhook and callback integrations are official extension points for notifications and custom DNS-provider behavior.

### ソース

- <https://github.com/jeessy2/ddns-go>
- <https://github.com/jeessy2/ddns-go/blob/master/README_EN.md>
- <https://github.com/jeessy2/ddns-go/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.ddns_go_config.yaml

## Credential files

- Unix: ~/.ddns_go_config.yaml
## 他のパッケージマネージャ記録

- Nix - ddns-go: normalized package name match | nixpkgs package indexes: pkgs/by-name/dd/ddns-go/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - extras/ddns-go: normalized package name match | Scoop official bucket manifest trees: bucket/ddns-go.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/ddns-go.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ddns-go.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
