nodes/rx300: install unbound

This commit is contained in:
Franzi 2021-07-23 19:15:08 +02:00
parent d4d353f0b6
commit 2b8ede117a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -31,6 +31,7 @@ nodes['rx300'] = {
#'rspamd',
'smartd',
'travelynx',
'unbound',
'vmhost',
'zfs',
},
@ -361,6 +362,7 @@ nodes['rx300'] = {
'website_check_string': 'Username',
},
},
'worker_processes': 8,
},
'oidentd': {
'allows': {
@ -455,6 +457,10 @@ nodes['rx300'] = {
'mail_from': 'travelynx@franzi.business',
'domain': 'travelynx.franzi.business',
},
'unbound': {
'threads': 8,
'cache_slabs': 8,
},
'users': {
'kunsi': {
'enable_linger': True,