gluon-batman-on-wan: docs
This commit is contained in:
parent
cfe48586ea
commit
b7970426e9
20
docs/features/mesh-on-wan.rst
Normal file
20
docs/features/mesh-on-wan.rst
Normal file
@ -0,0 +1,20 @@
|
||||
Mesh on WAN
|
||||
===========
|
||||
|
||||
It's possible to enable the mesh on the WAN port like this:
|
||||
|
||||
::
|
||||
uci set network.mesh_wan.auto=1
|
||||
uci commit
|
||||
|
||||
It may also be disabled again by running:
|
||||
|
||||
::
|
||||
uci set network.mesh_wan.auto=0
|
||||
uci commit
|
||||
|
||||
site.conf
|
||||
---------
|
||||
|
||||
The optional option ``mesh_on_wan`` may be set to ``true`` (``false`` is the
|
||||
default) to enable meshing on the WAN port without further configuration.
|
@ -41,6 +41,7 @@ Features
|
||||
features/batman-adv
|
||||
features/alfred
|
||||
features/autoupdater
|
||||
features/mesh-on-wan
|
||||
|
||||
Developer Documentation
|
||||
-----------------------
|
||||
|
@ -100,6 +100,9 @@ fastd_mesh_vpn
|
||||
}
|
||||
}
|
||||
|
||||
mesh_on_wan : optional
|
||||
Enables the mesh on the WAN port (``true`` or ``false``).
|
||||
|
||||
autoupdater : package
|
||||
Configuration for the autoupdater feature of Gluon.
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user