Skip to content

Commit

Permalink
Add the missing dns_sock_[gu]id definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed May 31, 2023
1 parent db3c47d commit c57cce2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions opensvc/core/node/nodedict.py
Expand Up @@ -682,6 +682,18 @@
"example": "1.2.3.4",
"text": "The ip addr the daemon raw listener must listen on. The empty value used as default means: all ip4 and ip6."
},
{
"section": "listener",
"keyword": "dns_sock_uid",
"default": "953",
"text": "The uid owning the unix socket serving the remote backend to the pdns authoritative server."
},
{
"section": "listener",
"keyword": "dns_sock_gid",
"default": "953",
"text": "The gid owning the unix socket serving the remote backend to the pdns authoritative server."
},
{
"section": "listener",
"keyword": "port",
Expand Down

0 comments on commit c57cce2

Please sign in to comment.