From 3e12ef5ebfe3122fc38319c8d4430d53a7b6919b Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Sun, 30 Jun 2024 23:11:12 -0700 Subject: [PATCH] Add tunnel arguments to CLI documentation --- docs/software/python-cli/index.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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`.