#tunnel #hack #chat #hackchat

app cucumis

解决 DNS 污染的 hack.chat 通道

1 个不稳定版本

新版本 0.1.0 2024 年 8 月 16 日

#49 in WebSocket

无授权许可

13KB
105

cucumis

hack.chat 通道,可解决中国的 DNS 污染问题

GitHub Actions Crates.io Downloads License GitHub repo size GitHub Repo stars GitHub commit activity GitHub contributors

概述

cucumis 是一个为中国的 hack.chat 用户解决 DNS 污染问题的隧道。它可以作为您的机器人代理服务器使用,并且与 hackchat++ 客户端配合得非常好。

用法

$ cucumis

只需运行不带选项,默认情况下将在 127.0.01:9091 上启动 WebSocket 隧道。

如果您需要一些配置

$ cucumis --help
hack.chat tunnel that resolves DNS pollution

Usage: cucumis.exe [OPTIONS]

Options:
      --host <HOST>      Tunnel host [default: 127.0.0.1]
      --port <PORT>      Tunnel port [default: 9091]
      --ip <IP>          hack.chat real IP [default: 104.131.138.176]
      --domain <DOMAIN>  Dummy domain to bypass SNI [default: bake.lyka.pro]
      --ws <WS>          hack.chat WS url [default: wss://hack.chat/chat-ws]
  -v, --verbose...       Increase logging verbosity
  -q, --quiet...         Decrease logging verbosity
  -h, --help             Print help
  -V, --version          Print version

安装

$ cargo install cucumis
$ cucumis --help

从源码构建

$ git clone https://github.com/jwcub/cucumis.git
$ cd cucumis
$ cargo run --release -- --help

开发

在推送您的提交之前,请确保运行所有检查

$ cargo clippy
$ cargo fmt
$ cargo build

许可协议

本项目采用 Unlicense 许可。

依赖关系

~13–23MB
~412K SLoC