Files
python/extra/meshtastic_tun.rules
2020-12-15 17:41:35 +08:00

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"