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

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")