dollarkillerx / wormhole

wormhole (超高性能 安全的内网穿透)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wormhole

wormhole (超高性能 安全带内网穿透)

自签SSL证书

openssl req -newkey rsa:4096 \
            -x509 \
            -sha256 \
            -days 3650 \
            -nodes \
            -out proxy.crt \
            -keyout proxy.key

使用:

server:

./server -l client连接端口 -r 外网保留端口 -c proxy.crt -k proxy.key

client:

./client -l 本地地址 -r 内网穿透服务地址  -c proxy.crt -k proxy.key

About

wormhole (超高性能 安全的内网穿透)

License:MIT License


Languages

Language:Go 91.2%Language:Shell 4.8%Language:Makefile 2.9%Language:Dockerfile 1.1%