Statistics
| Branch: | Tag: | Revision:

root / dnshook @ 48122640

History | View | Annotate | Download (6.3 kB)

# Date Author Comment
48122640 12/07/2013 09:25 pm Dimitris Aragiorgis

Some fixes/changes in dnshook

  • Do not exit if something fails
  • Split update_* for IPv4/IPv6
  • Add hooks-log at crucial points
  • Fix typos

Signed-off-by: Dimitris Aragiorgis <>

c7006a9f 12/07/2013 04:42 pm Dimitris Aragiorgis

Add GRNET's specific dnshook

Signed-off-by: Dimitris Aragiorgis <>

ad5c908a 12/07/2013 04:42 pm Dimitris Aragiorgis

Practically rewrite dnshook

Make it more readable.

Introduce specific methods for getting reverse dns info of an IPv4
or eui64.

Parse every nic info and check for DNS_FLAG network flag

Do not explicitly pass zone statement to nsupdate. Let it determine...