Security
+ +Description
+ +Displays some general information about the state of the machine’s wifi +connection, firewall, and DNS settings.
+ +Wifi Network
+ +-
+
- The name of the current network +
- Whether or not the network uses encryption and if so, what flavour +
Firewall
+ +-
+
- Whether or not the firewall is enabled +
- Whether or not Stealth Mode is enabled +
DNS
+ +-
+
- Which DNS resolvers (servers) the machine is configured to use +
Location
+ +wtf/security
+
+
+Required ENV Variables
+ +None.
+ +Keyboard Commands
+ +None.
+ +Configuration
+ +security:
+ enabled: true
+ position:
+ top: 1
+ left: 2
+ height: 1
+ width: 1
+ refreshInterval: 3600
+
+
+Attributes
+ +enabled
+Determines whether or not this module is executed and if its data displayed onscreen.
+Values: true
, false
.
position
+Defines where in the grid this module’s widget will be displayed.
refreshInterval
+How often, in seconds, this module will update its data.
+Values: Any positive integer, 0...n
.