mirror of
https://github.com/jetkvm/website.git
synced 2025-09-16 08:38:16 +00:00
Adds outbound connectivity requirements (#25)
* Adds outbound connectivity requirements * Updates after review, including more clarity on destinations
This commit is contained in:
parent
a96797aa49
commit
a57baa5dad
@ -25,6 +25,38 @@ You can modify the password settings at any time, either during the onboarding p
|
||||
- **Update Password:** You can update the password if needed by entering a new one.
|
||||
- **Delete Password:** This action removes the password, allowing password-less access to the device.
|
||||
|
||||
## Outbound Internet Connectivity
|
||||
|
||||
The following outbound connectivity is required, from the JetKVM towards the Internet:
|
||||
|
||||
### JetKVM System Updates
|
||||
|
||||
Updates use HTTPS (tcp/443) towards the following FQDNs:
|
||||
|
||||
- update.jetkvm.com
|
||||
- api.jetkvm.com
|
||||
- app.jetkvm.com
|
||||
|
||||
### Time Synchronization
|
||||
|
||||
Users have the option to select NTP (udp/123) and/or HTTP (tcp/80) in the Network Settings, for time synchronization to happen towards the following FQDNs:
|
||||
|
||||
NTP (udp/123):
|
||||
- time.apple.com
|
||||
- time.aws.com
|
||||
- time.windows.com
|
||||
- time.google.com
|
||||
- time.cloudflare.com (hardcoded to IPv4 162.159.200.123 and IPv6 2606:4700:f1::123)
|
||||
- 0.pool.ntp.org
|
||||
- 1.pool.ntp.org
|
||||
- 2.pool.ntp.org
|
||||
- 3.pool.ntp.org
|
||||
|
||||
HTTP (tcp/80):
|
||||
- http://www.gstatic.com/generate_204
|
||||
- http://cp.cloudflare.com/
|
||||
- http://edge-http.microsoft.com/captiveportal/generate_204
|
||||
|
||||
## Reset Password
|
||||
|
||||
If you've forgotten your local password, there are two ways to reset it:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user