# Installer inadyn avec Homebrew, apk, apt, MacPorts, Nix, dnf

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de inadyn pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:inadyn
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install inadyn
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install inadyn
```

  Preuve: MacPorts ports tree: net/inadyn/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add inadyn
```

  Preuve: Alpine Linux edge package indexes: inadyn from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install inadyn
```

  Preuve: Debian stable package indexes: inadyn from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#inadyn
```

  Preuve: nixpkgs package indexes: pkgs/by-name/in/inadyn/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- dnf (92%):

```sh
sudo dnf install inadyn-mt
```

  Preuve: Fedora Rawhide package metadata: inadyn-mt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:inadyn
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/inadyn>
- **Version:** 2.13.0
- **Résumé source:** Dynamic DNS client with IPv4, IPv6, and SSL/TLS support
- **Page d'accueil:** <https://troglobit.com/projects/inadyn/>
- **Dépôt:** <https://github.com/troglobit/inadyn>
- **Docs amont:** <https://troglobit.com/projects/inadyn/>
- **Licence:** GPL-2.0-or-later AND ISC AND MIT
- **Archive source:** <https://github.com/troglobit/inadyn/releases/download/v2.13.0/inadyn-2.13.0.tar.xz>
- **Dernière mise à jour:** 2026-05-10T19:13:54Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- inadyn (cli)
- inadyn (alias)

## Dépendances

- confuse
- openssl@4

## Dépendances de compilation

- pkgconf

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 2.13.0
- gestionnaire mis à jour: 2026-05-10
- données locales: OK
- dépôt amont: https://github.com/troglobit/inadyn
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

Inadyn, short for In-a-Dyn, is a small dynamic DNS client. It keeps DNS host records synchronized with changing public IP addresses, especially for home servers, routers, gateways, and redundant Internet connections.

### Historique du projet

The Troglobit GitHub repository was created in 2010, while older provider documentation identifies inadyn as a C-based DDNS client written by inarcis. Troglobit's line modernized the project around HTTPS support, a libConfuse-based configuration format, provider plugins, systemd integration, and many service-provider examples.

A 2014 Troglobit release note described the project as reignited and pointed toward the 2.0 configuration format. The repository's GitHub releases show the 1.99.x bridge releases in 2014 and 2015, then a long 2.x line of DDNS provider additions and fixes.

### Historique d'adoption

Inadyn's adoption is tied to appliances and distribution packaging. The project README and Troglobit project page both say it is common in GNU/Linux distributions and off-the-shelf routers and Internet gateways, which matches the batch metadata listing apk, Homebrew, Debian, Fedora, MacPorts, Nix, and Ubuntu packages.

### Modes d'utilisation

Users place provider credentials, hostnames, and update policy in inadyn.conf. The daemon periodically or on demand checks the public address and updates one or more DDNS records through providers such as FreeDNS, Cloudflare-style APIs, and other supported services.

### Pourquoi les passionnés de paquets s'y intéressent

For package people, inadyn is the archetypal tiny network daemon: one C program, one config file, one service unit, and decades of DDNS-provider churn encoded as package updates. It matters because it is often the glue that makes a dynamic residential or small-office connection reachable by a stable hostname.

### Chronologie

- 2010: Troglobit GitHub repository created.
- 2014: v1.99.7 and v1.99.8 release notes described project revival, provider plugin work, HTTPS support, and the path toward 2.0.
- 2015: 1.99.x bridge releases continued on GitHub.
- 2020: Troglobit project page documented the common /etc/inadyn.conf layout and systemd service usage.
- 2025: GitHub repository archived after the 2.12.0 release line.

### Related projects

- inadyn-mt and inadyn-advanced are related DDNS-client forks documented by SourceForge and package metadata.
- ddclient, router firmware DDNS clients, systemd service units, and provider-specific DDNS APIs occupy the same operational space.

### Sources

- <https://api.github.com/repos/troglobit/inadyn/releases>
- <https://github.com/troglobit/inadyn>
- <https://help.dyn.com/inadyn.html>
- <https://sourceforge.net/projects/inadyn-mt/>
- <https://troglobit.com/2014/05/14/new-release-of-the-ddns-client-inadyn/>
- <https://troglobit.com/2014/05/20/new-release-of-uftpd-and-inadyn-dot-dot-dot/>
- <https://troglobit.com/projects/inadyn/>
- input.json source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour inadyn. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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: /etc/inadyn.conf

## Credential files

- Unix: /etc/inadyn.conf
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** inadyn
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - inadyn - 2.11.0-1+b1: normalized package name match | Debian stable package indexes: inadyn from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | simple and small dynamic DNS client with HTTPS support | https://github.com/troglobit/inadyn
- Nix - inadyn: normalized package name match | nixpkgs package indexes: pkgs/by-name/in/inadyn/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - inadyn - 2.11.0-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: inadyn from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | simple and small dynamic DNS client with HTTPS support | https://github.com/troglobit/inadyn
- apk - inadyn - 2.13.0-r0: normalized package name match | Alpine Linux edge package indexes: inadyn from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Dynamic DNS client with TLS support | https://troglobit.com/projects/inadyn
- apk - inadyn-doc - 2.13.0-r0: normalized package name match | Alpine Linux edge package indexes: inadyn-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Dynamic DNS client with TLS support (documentation) | https://troglobit.com/projects/inadyn
- apk - inadyn-openrc - 2.13.0-r0: normalized package name match | Alpine Linux edge package indexes: inadyn-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Dynamic DNS client with TLS support (OpenRC init scripts) | https://troglobit.com/projects/inadyn
- dnf - inadyn-mt - 2.28.10-27.fc45: normalized package name match | Fedora Rawhide package metadata: inadyn-mt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Dynamic DNS Client | http://inadyn-mt.sourceforge.net
- MacPorts - inadyn: normalized package name match | MacPorts ports tree: net/inadyn/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/fr/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [Homebrew utility packages](https://pkg.so/fr/brew-utility-packages/) - Matched Homebrew package provider.
- [openssl@4](https://pkg.so/fr/brew/openssl-4/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [ddns-go](https://pkg.so/fr/brew/ddns-go/) - Shares pkgdb curated category or tags: cli, dns, dynamic-dns, ipv4, ipv6.
- [httptap](https://pkg.so/fr/brew/httptap/) - Shares pkgdb curated category or tags: cli, dns, networking, tls.
- [subnetcalc](https://pkg.so/fr/brew/subnetcalc/) - Shares pkgdb curated category or tags: cli, ipv4, ipv6, networking.
- [asn](https://pkg.so/fr/brew/asn/) - Shares pkgdb curated category or tags: cli, ipv4, ipv6, networking.
- [ddclient](https://pkg.so/fr/brew/ddclient/) - Shares pkgdb curated category or tags: cli, dns, dynamic-dns, networking.
- [sipcalc](https://pkg.so/fr/brew/sipcalc/) - Shares pkgdb curated category or tags: cli, ipv4, ipv6, networking.
- [scamper](https://pkg.so/fr/brew/scamper/) - Shares pkgdb curated category or tags: cli, ipv4, ipv6, networking.
- [netaddr](https://pkg.so/fr/brew/netaddr/) - Shares pkgdb curated category or tags: cli, ipv4, ipv6, networking.
- [icann-rdap](https://pkg.so/fr/brew/icann-rdap/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, client, dns, networking, openssl.
- [openfortivpn](https://pkg.so/fr/brew/openfortivpn/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, client, networking, openssl, openssl-4.

## Combined YAML source

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


## Sources

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