A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
Go to file
gVisor bot 63e2c176f1 Fix: write msg cache multiple times (#812)
Co-authored-by: john.xu <john.xu@bytedance.com>
2020-07-17 17:34:40 +08:00
.github Feature: add github stale action 2020-07-09 10:27:05 +08:00
adapters Fix: ticker leak 2020-07-13 00:25:54 +08:00
common
component Fix: obfs host should not have 80 port 2020-07-01 00:01:36 +08:00
config Chore: remove forward compatibility code 2020-06-27 14:28:10 +08:00
constant
dns Fix: write msg cache multiple times (#812) 2020-07-17 17:34:40 +08:00
docs
hub Fix: ticker leak 2020-07-13 00:25:54 +08:00
log
proxy
rules Chore: remove forward compatibility code 2020-06-27 14:28:10 +08:00
tunnel Chore: move experimental features to stable 2020-06-27 14:19:31 +08:00
.gitignore
Dockerfile
go.mod
go.sum
LICENSE
main.go
Makefile
README.md Chore: move documentations to wiki (#766) 2020-06-28 10:39:30 +08:00

Clash
Clash

A rule-based tunnel in Go.

Github Actions

Features

  • Local HTTP/HTTPS/SOCKS server with authentication support
  • VMess, Shadowsocks, Trojan, Snell protocol support for remote connections
  • Built-in DNS server that aims to minimize DNS pollution attack impact, supports DoH/DoT upstream and fake IP.
  • Rules based off domains, GEOIP, IP CIDR or ports to forward packets to different nodes
  • Remote groups allow users to implement powerful rules. Supports automatic fallback, load balancing or auto select node based off latency
  • Remote providers, allowing users to get node lists remotely instead of hardcoding in config
  • Netfilter TCP redirecting. Deploy Clash on your Internet gateway with iptables.
  • Comprehensive HTTP RESTful API controller

Getting Started

Documentations are now moved to GitHub Wiki.

Credits

License

This software is released under the GPL-3.0 license.

FOSSA Status

TODO

  • Complementing the necessary rule operators
  • Redir proxy
  • UDP support
  • Connection manager
  • [ ] Event API