diff --git a/docs/software/python-cli/index.mdx b/docs/software/python-cli/index.mdx index 5eb0367d..8cd82aa6 100644 --- a/docs/software/python-cli/index.mdx +++ b/docs/software/python-cli/index.mdx @@ -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`.