#ip #tunneling #dummy

app wstunnel

通过WebSocket隧道传输IP。(虚拟存储库)

1个不稳定版本

0.0.0 2020年2月23日

9#tunneling 中排名

MIT 许可证

2KB

wstunnel

通过websocket隧道传输IP。

尝试JSLinux的修改版本以查看其工作情况!

服务器使用

$ cargo install --git https://github.com/losfair/wstunnel wstunnel
$ wstunnel --help
wstunnel 0.1.0
WebSocket layer 3 tunnel with authentication

USAGE:
    wstunnel [OPTIONS] --config <config> --listen <listen>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --config <config>    Path to config file
    -l, --listen <listen>    Listen address
    -t, --tun <tun>          Name of the local TUN device to use

示例配置文件位于 test_config.toml

作为systemd服务安装

请查看 wstunnel.service。将其复制到 /etc/systemd/system/,将 /usr/bin/wstunnel 更改为您的二进制路径,并将 /etc/wstunnel.toml 更改为您的配置路径。默认情况下,服务监听在 127.0.0.1:1279,建议将 wstunnel 放在安全的反向代理后面。

无运行时依赖