ddns: Add network trigger
Message ID | 1439458534-7915-1-git-send-email-michael.tremer@ipfire.org |
---|---|
State | Accepted |
Commit | 3d43a8a2c1b5658515c2832232b319a65f399299 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id 424026137F for <patchwork@ipfire.org>; Thu, 13 Aug 2015 11:35:51 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 0D2929C8; Thu, 13 Aug 2015 11:35:51 +0200 (CEST) Received: from hughes.tremer.info (126.15.200.146.dyn.plus.net [146.200.15.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 921889C8; Thu, 13 Aug 2015 11:35:49 +0200 (CEST) From: Michael Tremer <michael.tremer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] ddns: Add network trigger Date: Thu, 13 Aug 2015 10:35:34 +0100 Message-Id: <1439458534-7915-1-git-send-email-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.4.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Cc: Michael Tremer <michael.tremer@ipfire.org> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Michael Tremer
Aug. 13, 2015, 7:35 p.m. UTC
The network trigger will automatically update DDNS records
when the system comes online.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
ddns/10-ddns | 5 +++++
ddns/ddns.nm | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100755 ddns/10-ddns