mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Add tunnel arguments to CLI documentation
This commit is contained in:
parent
92b8fe55c5
commit
3e12ef5ebf
|
@ -547,3 +547,15 @@ Start watching a GPIO mask for changes.
|
||||||
```shell title="Usage"
|
```shell title="Usage"
|
||||||
meshtastic --port /dev/ttyUSB0 --gpio-watch 0x10 --dest '!28979058'
|
meshtastic --port /dev/ttyUSB0 --gpio-watch 0x10 --dest '!28979058'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Tunnel arguments
|
||||||
|
|
||||||
|
### --tunnel
|
||||||
|
|
||||||
|
Linux only, very experimental. Low bandwidth and low reliability.
|
||||||
|
|
||||||
|
Create a TUN tunnel device for forwarding IP packets over the mesh.
|
||||||
|
|
||||||
|
## --subnet TUNNEL_NET
|
||||||
|
|
||||||
|
Set the subnet for the local end of the tunnel established using `--tunnel`.
|
||||||
|
|
Loading…
Reference in a new issue