Total Pageviews

Sunday, 22 September 2019

LightVPN

https://github.com/PeterCxy/LightVPN

运行python client.py
显示:
Traceback (most recent call last):
  File "client.py", line 12, in
    tun = utils.tun_open(config['interface'], config['virtual_ip'])
  File "/Users/brite/LightVPN-by-PeterCxy/src/utils.py", line 21, in tun_open
    tun = open('/dev/net/tun', 'r+w')
IOError: [Errno 2] No such file or directory: '/dev/net/tun'

可见客户端程序仅支持linux desktop os.

No comments:

Post a Comment