diff --git a/docs/features/tls.rst b/docs/features/tls.rst index 1c199091af6..d6b2a396a35 100644 --- a/docs/features/tls.rst +++ b/docs/features/tls.rst @@ -4,7 +4,7 @@ TLS support The generic TLS implementation which is currently used by OpenWRT can be installed or added as dependency through the package ``gluon-tls``. This removes the need for community packages to depend on a specific TLS implementation (like mbedtls, OpenSSL or WolfSSL). -This package is a placeholder for the current TLS implementation used. +This package is an alias for the current TLS implementation used. To allow for easy usage of communicating through HTTPS from the node, typical Certificate Authorities (CAs) are included through the package ``ca-bundle`` . * Starting with OpenWRT 23.05, mbedtls is the default TLS layer - this is reflected in Gluon :ref:`v2023.2 `. HTTPS is used by default to communicate with OpenWRT opkg servers. diff --git a/docs/features/wlan-configuration.rst b/docs/features/wlan-configuration.rst index f0c30ea0bbf..4d6988355e6 100644 --- a/docs/features/wlan-configuration.rst +++ b/docs/features/wlan-configuration.rst @@ -9,7 +9,7 @@ configuration. Outdoor mode ------------ -Configuring the node for `outdoor use` tunes the 5 GHz radio to a frequency and transmission power that conforms with the local regulatory requirements. +Configuring the node for outdoor use tunes the 5 GHz radio to a frequency and transmission power that conforms with the local regulatory requirements. It also enables dynamic frequency selection (DFS; radar detection). At the same time, mesh functionality is disabled as it requires neighbouring nodes to stay on the same channel permanently. diff --git a/docs/package/gluon-web-cellular.rst b/docs/package/gluon-web-cellular.rst index bfd0013bf51..3165a40223c 100644 --- a/docs/package/gluon-web-cellular.rst +++ b/docs/package/gluon-web-cellular.rst @@ -3,12 +3,12 @@ gluon-web-cellular ================== -This package allows the configure WWAN for capable cellular devices. +This package allows to configure WWAN for capable cellular devices. This works by creating an abstraction layer into Gluon which takes common options (SIM PIN / APN) and translates it to modem-specific settings based on the specific device using. Doing so limits the use-case onto specific models (no LTE sticks possible) but provides a common interface. -The WWAN is assigned the firewall WAN zone and wired WAN can still be used, however without prioritization. +The WWAN is assigned the WAN firewall zone and wired WAN can still be used, however without prioritization. The traffic path is not configured to prefer one uplink source or the other. .. image:: gluon-web-cellular.png diff --git a/docs/package/gluon-web-network.rst b/docs/package/gluon-web-network.rst index 5de4359f4f7..48e7c0e6559 100644 --- a/docs/package/gluon-web-network.rst +++ b/docs/package/gluon-web-network.rst @@ -2,7 +2,7 @@ gluon-web-network ================= The package *gluon-web-network* is part of the :ref:`Feature Flag ` web-advanced. -It allows to configure the roles of the gluon nodes network interfaces in config mode through checkboxes. +It allows to configure the network interfaces roles of the gluon node in config mode through checkboxes. It is a user-friendly way to configure what otherwise would need the :ref:`wired-mesh-commandline`.