mirror of
https://github.com/meshtastic/python.git
synced 2026-01-03 21:37:57 -05:00
6 lines
142 B
Python
6 lines
142 B
Python
# delete me eventually
|
|
|
|
from tuntap import TunTap
|
|
|
|
tun = TunTap(nic_type="Tun",nic_name="tun0")
|
|
tun.config(ip="10.115.1.2",mask="255.255.0.0") |