--- title: "Security" date: 2018-05-08T20:33:28-07:00 draft: false weight: 200 --- security screenshot Displays some general information about the state of the machine's wifi connection, firewall, DNS settings, and logged-in users. #### Wifi Network #### Firewall #### DNS #### Users ## Source Code ```bash wtf/security/ ``` ## Configuration ```yaml 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: A positive integer, `0..n`.