Rework IDH phase 1

This commit is contained in:
Mike Reeves
2023-03-21 09:53:06 -04:00
parent a3d38dd2e7
commit 9ca9b9d4da

View File

@@ -3,6 +3,7 @@ idh:
config: config:
logger: logger:
class: &loggingOptions class: &loggingOptions
description: Logging options for IDH nodes.
readonly: True readonly: True
advanced: True advanced: True
global: True global: True
@@ -41,6 +42,9 @@ idh:
tcpbanner.enabled: *serviceOptions tcpbanner.enabled: *serviceOptions
tcpbanner_1.enabled: *serviceOptions tcpbanner_1.enabled: *serviceOptions
tcpbanner_1.port: &portOptions tcpbanner_1.port: &portOptions
description: Defined port the service should listen on.
advanced: True
helpLink: idh.html
tcpbanner_1.datareceivedbanner: &bannerOptions tcpbanner_1.datareceivedbanner: &bannerOptions
description: Needs update description: Needs update
advanced: True advanced: True