# 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:inadyn
- **Gestionnaire de paquets:** Homebrew
- **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>
- **Dernière mise à jour:** 2026-05-10T19:13:54Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- inadyn (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.13.0
## 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 Nucleus 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
## 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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


## 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
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
