0
0
mirror of https://github.com/bmx-routing/bmx7 synced 2025-10-06 00:02:44 +02:00

Update Plugins.md

This commit is contained in:
LX0
2019-06-22 13:16:03 -04:00
committed by Paul Spooren
parent 6e06969c99
commit 4e29b2ddc4

View File

@@ -1,9 +1,23 @@
## Intro
BMX7 offers plugins which are used for the distribution of small files, settings up tunnels or offer stats of the network structure.
- To enable them run the bmx7 daemon like:
```
bmx7 --plugin=bmx7_{wanted-plugin}.so dev={yourDev}
```
- Available Plugins are:
- dnsupdate
- iwinfo
- json
- sms
- table
- topology
- tun
- uci-config
## Contents
* [BMX7 Plugins](../src/lib)
* [Config Plugin](#config-plugin)
* [Json Plugin](#json-plugin)
* [SMS Plugin](#sms-plugin)