Skip to content

Commit 856f120

Browse files
Fix DNS wording and WireGuard protocol in external services table (#210)
* Initial plan * Fix DNS wording and WireGuard protocol in external services table - Changed "Public or private DNS address" to "DNS address" in Name resolution row - Changed protocol from TCP to UDP for port 55820 in Cluster VPN row Co-authored-by: DavidePrincipi <[email protected]> * Update system_requirements.rst --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: DavidePrincipi <[email protected]> Co-authored-by: Davide Principi <[email protected]>
1 parent 5fecf5b commit 856f120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system_requirements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ over TCP port 443.
184184
.. csv-table:: External services and endpoints required by NS8
185185
:header: "Purpose", "Host name", "Port", "Protocol", "Notes"
186186

187-
"Name resolution", "<DNS address>", "53", "UDP/TCP", "Public or private DNS address"
188-
"Cluster VPN and node communication", "<leader node address>", "55820", "TCP", "Inter-node VPN and cluster traffic"
187+
"Name resolution", "<Name server address>", "53", "UDP/TCP", "IP address of primary and, optionally, secondary DNS servers"
188+
"Cluster VPN and node communication", "<leader node address>", "55820", "UDP", "Inter-node VPN and cluster traffic"
189189
"Cluster-admin leader API", "<leader node address>", "443", "HTTPS", "Join a new worker to the cluster"
190190
"OS and NS8 repositories mirror resolution", "mirrorlist.nethserver.org", "80", "HTTP", "Used to resolve Rocky Linux and NS8 mirrors"
191191
"Rocky Linux DNF repositories", "u4.nethesis.it, u5.nethesis.it", "443", "HTTPS", "Rocky Linux BaseOS and AppStream updates"

0 commit comments

Comments
 (0)