Add tunnel arguments to CLI documentation

This commit is contained in:
Ian McEwen 2024-06-30 23:11:12 -07:00
parent 92b8fe55c5
commit 3e12ef5ebf
No known key found for this signature in database
GPG key ID: 55BFD6FCB698EC37

View file

@ -547,3 +547,15 @@ Start watching a GPIO mask for changes.
```shell title="Usage"
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`.