diff --git a/docs/features/tls.rst b/docs/features/tls.rst index 1c199091af6ee19496e9a869286b673af930d72e..d6b2a396a35c7ede84eb0444a095dc7df9398bf6 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 <releases-v2023.2-minor-changes>`. 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 f0c30ea0bbf7a6e4e241c115bfddabefa431da04..4d6988355e6107c1faa94baf0c8c9ba8dc2f6475 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 bfd0013bf51b5915ec442a8f534414820d4ebd79..3165a40223cb684728f9d8e703f030b17ad2a421 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 5de4359f4f78962e7aecd3e44da7d5c6e5ff3a98..05625e2c0292861b0a4c34018a545259031519cf 100644 --- a/docs/package/gluon-web-network.rst +++ b/docs/package/gluon-web-network.rst @@ -1,8 +1,8 @@ gluon-web-network ================= -The package *gluon-web-network* is part of the :ref:`Feature Flag <user-site-feature-flags>` web-advanced. -It allows to configure the roles of the gluon nodes network interfaces in config mode through checkboxes. +The package *gluon-web-network* is part of :ref:`Feature Flag <user-site-feature-flags>` web-advanced. +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`.