Skip to content

Commit

Permalink
Attempt to turn on DDNS for IPv4
Browse files Browse the repository at this point in the history
  • Loading branch information
uubk committed Mar 27, 2024
1 parent 23c5d89 commit 91d57fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/kea-ddns.conf.env
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ip-address": "10.233.242.201"
}
]
},
}
]
},

Expand Down Expand Up @@ -73,7 +73,7 @@
"ip-address": "10.233.242.201"
}
]
},
}
]
},

Expand Down
10 changes: 10 additions & 0 deletions conf/kea-dhcp4.conf.env
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,16 @@
// }
],

"dhcp-ddns": {
"enable-updates": true,
"server-ip": "127.0.0.1",
"server-port":53001,
},

"ddns-send-updates": true,
// TODO: Change bouncer to properly kill leases via API
"ddns-use-conflict-resolution": false,

// Below an example of a simple IPv4 subnet declaration. Uncomment to enable
// it. This is a list, denoted with [ ], of structures, each denoted with
// { }. Each structure describes a single subnet and may have several
Expand Down

0 comments on commit 91d57fe

Please sign in to comment.