Skip to content

Commit 0ec9982

Browse files
Sergey-Kitovsirainen
authored andcommitted
data/settings.js: Add dns client settings descriptions.
1 parent aee5665 commit 0ec9982

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

data/settings.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5066,6 +5066,23 @@ dict_server {
50665066
\`\`\``
50675067
},
50685068

5069+
dns_client_socket_path: {
5070+
advanced: true,
5071+
tags: [ 'dns', 'dns_client' ],
5072+
values: setting_types.STRING,
5073+
default: 'dns-client',
5074+
text: `
5075+
UNIX socket path to the dns-client service.`
5076+
},
5077+
5078+
dns_client_timeout: {
5079+
tags: [ 'dns', 'dns_client' ],
5080+
values: setting_types.TIME_MSECS,
5081+
default: '10s',
5082+
text: `
5083+
Timeout for DNS lookups.`
5084+
},
5085+
50695086
dotlock_use_excl: {
50705087
default: 'yes',
50715088
values: setting_types.BOOLEAN,

0 commit comments

Comments
 (0)