mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Security module now displays logged-in users
This commit is contained in:
@@ -5,7 +5,7 @@ draft: false
|
||||
---
|
||||
|
||||
Displays some general information about the state of the machine's wifi
|
||||
connection, firewall, and DNS settings.
|
||||
connection, firewall, DNS settings, and logged-in users.
|
||||
|
||||
<img src="/imgs/modules/security.png" width="320" height="192" alt="security screenshot" />
|
||||
|
||||
@@ -29,6 +29,13 @@ connection, firewall, and DNS settings.
|
||||
<li>Which <a hre="https://developers.cloudflare.com/1.1.1.1/what-is-1.1.1.1/">DNS resolvers</a> (servers) the machine is configured to use</li>
|
||||
</ul>
|
||||
|
||||
#### Users
|
||||
|
||||
<ul class="list-ornate">
|
||||
<li> Which users are logged into the machine. Note: Does not yet
|
||||
show hidden users.</li>
|
||||
</ul>
|
||||
|
||||
## Source Code
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user