mirror of
https://github.com/meshtastic/python.git
synced 2025-12-24 00:17:54 -05:00
5 lines
284 B
Plaintext
5 lines
284 B
Plaintext
# for userspace access to the TUN network interface by meshtastic. Add your user to the netdev group.
|
|
# gives access via /dev/net/tun permissions
|
|
# install via sudo cp meshtastic_tun.rules /etc/udev/rules.d/
|
|
KERNEL=="tun", GROUP="netdev", MODE="0660", OPTIONS+="static_node=net/tun"
|