Skip to content

Commit 24e0763

Browse files
committed
Fix: Broken links & some docs
1 parent 5bb8338 commit 24e0763

18 files changed

+81
-26
lines changed

Website/docs/application/arp-table.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 25
2+
sidebar_position: 26
33
---
44

55
# ARP Table
@@ -16,16 +16,17 @@ ARP (Address Resolution Protocol) is a layer 2 protocol for mapping IP addresses
1616

1717
:::note
1818

19-
In addition, further actions can be performed using the buttons at the bottom left:
19+
In addition, further actions can be performed using the buttons below:
2020

2121
- **Add entry...** - Opens a dialog to add an entry to the ARP table.
22-
- **Delete entry** - Delete the currently selected entry from the ARP table.
2322
- **Delete table** - Delete all entries from the ARP table.
2423

2524
:::
2625

2726
:::note
2827

29-
Right-click on the result to copy or export the information.
28+
With `F5` you can refresh the ARP table.
29+
30+
Right-click on the result to delete an entry, or to copy or export the information.
3031

3132
:::

Website/docs/application/bit-calculator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 21
2+
sidebar_position: 22
33
---
44

55
# Bit Calculator

Website/docs/application/connections.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 23
2+
sidebar_position: 24
33
---
44

55
# Connections
@@ -16,6 +16,8 @@ The data shown is similar to the output of the `netstat` command.
1616

1717
:::note
1818

19+
With `F5` you can refresh the connections.
20+
1921
Right-click on the result to copy or export the information.
2022

2123
:::

Website/docs/application/discovery-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 16
2+
sidebar_position: 17
33
---
44

55
# Discovery Protocol
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
sidebar_position: 16
3+
---
4+
5+
# Hosts File Editor
6+
7+
In the **Hosts File Editor**, you can view and modify the `hosts` file of the local computer.
8+
9+
:::info
10+
11+
The hosts file is a plain text file that maps hostnames to IP addresses and is checked by the operating system before querying DNS servers. It's commonly used to override DNS settings for testing websites, redirecting domains, or blocking access to certain sites. On Windows, the file is located at `C:\Windows\System32\drivers\etc\hosts` and requires administrator privileges to edit.
12+
13+
Each line in the hosts file typically contains an IP address followed by one or more hostnames, separated by spaces or tabs. Lines starting with `#` are comments and ignored by the system.
14+
15+
Example of a hosts file entry:
16+
17+
```plain
18+
10.8.0.10 example.borntoberoot.net # Test server not reachable via DNS
19+
```
20+
21+
:::
22+
23+
![Hosts File Editor](../img/hosts-file-editor.png)
24+
25+
:::note
26+
27+
In addition, further actions can be performed using the buttons below:
28+
29+
- **Add entry...** - Opens a dialog to add an entry to the hosts file.
30+
31+
:::
32+
33+
:::note
34+
35+
Right-click on the result to enabl e or disable an entry, delete or edit an entry, or to copy or export the information.
36+
37+
:::

Website/docs/application/ip-geolocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 19
2+
sidebar_position: 20
33
---
44

55
# IP Geolocation

Website/docs/application/listeners.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 24
2+
sidebar_position: 25
33
---
44

55
# Listeners
@@ -10,6 +10,8 @@ In **Listeners** you can see all the listeners with IP addresses and port that a
1010

1111
:::note
1212

13+
With `F5` you can refresh the listeners.
14+
1315
Right-click on the result to copy or export the information.
1416

1517
:::

Website/docs/application/lookup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 22
2+
sidebar_position: 23
33
---
44

55
# Lookup

Website/docs/application/subnet-calculator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 20
2+
sidebar_position: 21
33
---
44

55
# Subnet Calculator

Website/docs/application/wake-on-lan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 17
2+
sidebar_position: 18
33
---
44

55
# Wake on LAN

0 commit comments

Comments
 (0)