Skip to content
Snippets Groups Projects
Commit b7970426 authored by Nils Schneider's avatar Nils Schneider
Browse files

gluon-batman-on-wan: docs

parent cfe48586
No related branches found
No related tags found
No related merge requests found
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.
::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment