diff --git a/html/index.html b/html/index.html index 9b1ba3a4..25097de9 100644 --- a/html/index.html +++ b/html/index.html @@ -4857,6 +4857,9 @@

{{ i18n.settingsCustomized }} {{ settingsCustomized }}
  • {{i18n.configQLFirewallSensor}}
  • +
  • + {{i18n.configQLFirewallDesktop}} +
  • diff --git a/html/js/i18n.js b/html/js/i18n.js index 5d387687..75376d62 100644 --- a/html/js/i18n.js +++ b/html/js/i18n.js @@ -206,6 +206,7 @@ const i18n = { configQLNTPHeader: 'NTP', configQLFirewallHeader: 'Firewall', configQLFirewallWebInterface: 'Allow web browsers to login to Security Onion Console', + configQLFirewallDesktop: 'Allow Security Onion Desktop Nodes to connect to Manager', configQLFirewallElastic: 'Allow Elastic Agent endpoints to send logs', configQLFirewallFleet: 'Allow Elastic Fleet Nodes to connect to Manager', configQLFirewallIDH: 'Allow IDH Nodes to connect to Manager',