debops / ansible-dhcpd

Install and configure ISC DHCP Server
GNU General Public License v3.0
22 stars 15 forks source link

Added support for key statements #2

Closed redrampage closed 9 years ago

drybjed commented 9 years ago

@redrampage Awesome, this is used for Dynamic DNS, correct? Can a better algorithm than MD5 be used for this?

redrampage commented 9 years ago

Yes, this is used for DDNS updates. I guess you can set 'hmac-sha256' as default algorithm.

drybjed commented 9 years ago

@redrampage Yeah, I think this one would be much better. What do you use for DNS? ISC DHCPD should work with any DNS server that supports Dynamic DNS?

redrampage commented 9 years ago

@drybjed Currently, I'm planning to use bind, but also looking for alternatives. Can't say if ISC should work with any DDNS supporting server, I haven't tried any yet.

drybjed commented 9 years ago

@redrampage Good to know, I'm also looking in that direction due to them being from the same source. I would like to setup zone synchronization via git on a separate user account, I'm not sure though how will that work with DNSSEC. Swing by the IRC channel if you like. :-)