Skip to content

Commit

Permalink
DDNS Forward/Reverse updates (#11)
Browse files Browse the repository at this point in the history
* Copy kea semantics for ddns update (squash)

initial ddns

update ddns options

crate dhcid

start forward update

fix ddns test

ddns: construct ddns update Message

ddns: no more of forward update

ddns: move to update module

ddns: add reverse update

ddns: set hostname in fqdn response

ddns: trigger update in leases plugin

ddns: select forward/reverse based on longest match

ddns: prereq ttl=0 & add port to dns server

update dhcproto

* fix test

* add ddns docs
  • Loading branch information
leshow committed Nov 16, 2023
1 parent f366d51 commit 78cf8f6
Show file tree
Hide file tree
Showing 23 changed files with 2,555 additions and 774 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
out/
data/
target/
data/
*.db*
.vscode/*.log
Loading

0 comments on commit 78cf8f6

Please sign in to comment.