nodes/rx300: install unbound
This commit is contained in:
parent
d4d353f0b6
commit
2b8ede117a
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,7 @@ nodes['rx300'] = {
|
||||||
#'rspamd',
|
#'rspamd',
|
||||||
'smartd',
|
'smartd',
|
||||||
'travelynx',
|
'travelynx',
|
||||||
|
'unbound',
|
||||||
'vmhost',
|
'vmhost',
|
||||||
'zfs',
|
'zfs',
|
||||||
},
|
},
|
||||||
|
@ -361,6 +362,7 @@ nodes['rx300'] = {
|
||||||
'website_check_string': 'Username',
|
'website_check_string': 'Username',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'worker_processes': 8,
|
||||||
},
|
},
|
||||||
'oidentd': {
|
'oidentd': {
|
||||||
'allows': {
|
'allows': {
|
||||||
|
@ -455,6 +457,10 @@ nodes['rx300'] = {
|
||||||
'mail_from': 'travelynx@franzi.business',
|
'mail_from': 'travelynx@franzi.business',
|
||||||
'domain': 'travelynx.franzi.business',
|
'domain': 'travelynx.franzi.business',
|
||||||
},
|
},
|
||||||
|
'unbound': {
|
||||||
|
'threads': 8,
|
||||||
|
'cache_slabs': 8,
|
||||||
|
},
|
||||||
'users': {
|
'users': {
|
||||||
'kunsi': {
|
'kunsi': {
|
||||||
'enable_linger': True,
|
'enable_linger': True,
|
||||||
|
|
Loading…
Reference in a new issue