From c01a4c47d2ac21f54ad86a618eec30921f2bc73d Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Wed, 27 Apr 2016 21:36:26 +0200 Subject: ipcpd: Add registration to DNS server This adds support for adding the application name to a BIND DNS server through the nsupdate utility. --- include/ouroboros/config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ouroboros/config.h.in') diff --git a/include/ouroboros/config.h.in b/include/ouroboros/config.h.in index 6abce97a..380c1065 100644 --- a/include/ouroboros/config.h.in +++ b/include/ouroboros/config.h.in @@ -30,5 +30,6 @@ #define _POSIX_C_SOURCE 199506L #define IPCP_SHIM_UDP_EXEC "@IPCP_SHIM_UDP_TARGET@" #define IPCP_NORMAL_EXEC "@IPCP_NORMAL_TARGET@" +#define NSUPDATE_EXEC "@NSUPDATE_EXECUTABLE@" #endif -- cgit v1.2.3