Send kea-dev mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/kea-dev
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of kea-dev digest..."


Today's Topics:

   1.  Custom / RFC conform TTLs for DynDNS (Dominik Korittki)


----------------------------------------------------------------------

Message: 1
Date: Fri, 5 Oct 2018 11:52:10 +0000
From: Dominik Korittki <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [kea-dev] Custom / RFC conform TTLs for DynDNS
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="utf-8"

Hey,

we are looking for a method to set custom TTL values to DynDNS resource
records. At the moment they are hardcoded to the valid lease time. I
already asked for possible ways to solve this on the Kea user list, but
as Francis Dupont already pointed out, there is no easy way to do this
at the moment.

Since we need this feature we're thinking about implementing a patch
for this. The idea is to set an optional ttl value (keyname "ddns-ttl") 
in kea-dhcp-ddns config file, which overrides the currently implemented
default behaviour (ttl = valid lease time). Here's an example:

"DhcpDdns": {
    "forward-ddns": {
        "ddns-domains": [
            {
                "name": "",
                "key-name": "",
                "ddns-ttl": ,
                "dns-servers": [
                ]
            }
    ]
    },
    "reverse-ddns": {
        "ddns-domains": [
            {
                "name": "",
                "key-name": "",
                "ddns-ttl": ,
                "dns-servers": [
                ]
            }
        ]
    }
}
}

This would close this ticket: https://kea.isc.org/ticket/5235
As this could be a feature of public interest, would you be interested
in a pull request to this?


Best regards,
Dominik Korittki

------------------------------

Subject: Digest Footer

_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev


------------------------------

End of kea-dev Digest, Vol 55, Issue 1
**************************************

Reply via email to