Total Pageviews

Thursday, 11 July 2019

irksome-turtle(其实是个vpn程序)

encrypted IPv4 in IPv4 tunnel.
The encryption code(encyrpt.c) will not be included due to security concern.
Usage:
    Local:
        sudo ./irksome -s  -d 
        sudo ./tun_setup.sh

    Remote:
        sudo ./irksome -s  -d 
        sudo ./tun_setup_peer.sh
Documents referred:

from https://github.com/cathay4t/irksome-turtle
------

在 mac上,把项目clone下来后,
cd irksome-turtle
make
显示:
gcc    -c -o irksome.o irksome.c
irksome.c:33:10: fatal error: 'linux/if.h' file not found
#include
         ^
1 error generated. 


可见,客户端程序只能运行在linux桌面系统上。

No comments:

Post a Comment