Skip to content

Commit

Permalink
Attempt to fix DDNS
Browse files Browse the repository at this point in the history
  • Loading branch information
uubk committed Mar 29, 2024
1 parent dedacd2 commit 66abb3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions conf/kea-ddns.conf.env
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"comment": "forward domain",
"name": "lan.geco.ethz.ch.",
"key-name": "key",
"key-name": "kea",
"dns-servers":
[
{
Expand All @@ -55,7 +55,7 @@
{
"comment": "v4 reverse domain",
"name": "233.10.in-addr.arpa.",
"key-name": "key",
"key-name": "kea",
"dns-servers":
[
{
Expand All @@ -66,7 +66,7 @@
{
"comment": "v6 reverse domain",
"name": "0.7.c.4.c.e.0.1.c.7.6.0.1.0.0.2.ip6.arpa.",
"key-name": "key",
"key-name": "kea",
"dns-servers":
[
{
Expand All @@ -83,7 +83,7 @@
"tsig-keys":
[
{
"name": "key",
"name": "kea",
"algorithm": "HMAC-SHA256",
"secret": "$DDNS_KEY"
}
Expand Down
4 changes: 2 additions & 2 deletions conf/kea-dhcp4.conf.env
Original file line number Diff line number Diff line change
Expand Up @@ -839,12 +839,12 @@
],
// This specifies the severity of log messages to keep. Supported values
// are: FATAL, ERROR, WARN, INFO, DEBUG
"severity": "DEBUG",
"severity": "INFO",

// If DEBUG level is specified, this value is used. 0 is least verbose,
// 99 is most verbose. Be cautious, Kea can generate lots and lots
// of logs if told to do so.
"debuglevel": 60
"debuglevel": 0
}
]
}
Expand Down

0 comments on commit 66abb3e

Please sign in to comment.