diff --git a/nodes/rx300.py b/nodes/rx300.py index 3e454e4..a8bf619 100644 --- a/nodes/rx300.py +++ b/nodes/rx300.py @@ -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,