Skip to content

Commit

Permalink
Add intranet info
Browse files Browse the repository at this point in the history
  • Loading branch information
Yudi committed Sep 18, 2024
1 parent bd9506c commit 2e3caa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/docs/servers/downtime-decision-tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ const DowntimeDecisionTree = () => {
</Typography>
Conecte-se diretamente ao servidor, sem passar pelo proxy.
<br />
O servidor pode responder apenas a solicitações originados na
unespNET.
<br />
<br />
<code> ssh &lt;user&gt;@&lt;domínio/ip&gt; </code>
<br />
Expand Down Expand Up @@ -147,6 +150,8 @@ const DowntimeDecisionTree = () => {
<Typography variant="h6">O servidor responde a pings?</Typography>
Conecte-se diretamente ao servidor, sem passar pelo proxy.
<br />
O servidor pode responder apenas a pings originados na unespNET.
<br />
<br />
<code> ping &lt;domínio/ip&gt; </code>
<br />
Expand Down

0 comments on commit 2e3caa1

Please sign in to comment.