Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ffbs
gluon
Commits
b7970426
Commit
b7970426
authored
10 years ago
by
Nils Schneider
Browse files
Options
Downloads
Patches
Plain Diff
gluon-batman-on-wan: docs
parent
cfe48586
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/features/mesh-on-wan.rst
+20
-0
20 additions, 0 deletions
docs/features/mesh-on-wan.rst
docs/index.rst
+1
-0
1 addition, 0 deletions
docs/index.rst
docs/user/site.rst
+3
-0
3 additions, 0 deletions
docs/user/site.rst
with
24 additions
and
0 deletions
docs/features/mesh-on-wan.rst
0 → 100644
+
20
−
0
View file @
b7970426
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.
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
0
View file @
b7970426
...
...
@@ -41,6 +41,7 @@ Features
features/batman-adv
features/alfred
features/autoupdater
features/mesh-on-wan
Developer Documentation
-----------------------
...
...
This diff is collapsed.
Click to expand it.
docs/user/site.rst
+
3
−
0
View file @
b7970426
...
...
@@ -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.
::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment