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:
@@ -108,7 +108,7 @@
|
||||
|
||||
|
||||
<p>Displays some general information about the state of the machine’s wifi
|
||||
connection, firewall, and DNS settings.</p>
|
||||
connection, firewall, DNS settings, and logged-in users.</p>
|
||||
|
||||
<p><img src="/imgs/modules/security.png" width="320" height="192" alt="security screenshot" /></p>
|
||||
|
||||
@@ -132,6 +132,13 @@ connection, firewall, and DNS settings.</p>
|
||||
<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>
|
||||
|
||||
<h4 id="users">Users</h4>
|
||||
|
||||
<ul class="list-ornate">
|
||||
<li> Which users are logged into the machine. Note: Does not yet
|
||||
show hidden users.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="source-code">Source Code</h2>
|
||||
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">wtf/security</code></pre></div>
|
||||
<h2 id="required-env-variables">Required ENV Variables</h2>
|
||||
|
||||
Reference in New Issue
Block a user