A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
Go to file
2020-07-20 21:16:36 +08:00
.github Feature: add github stale action 2020-07-09 10:27:05 +08:00
adapters Chore: should not write file on file provider 2020-07-18 19:32:40 +08:00
common Improve: fix go test race detect 2020-07-18 20:56:13 +08:00
component Fix: obfs host should not have 80 port 2020-07-01 00:01:36 +08:00
config Feature: support PROCESS-NAME on macOS 2020-07-19 13:18:23 +08:00
constant Feature: support PROCESS-NAME on macOS 2020-07-19 13:18:23 +08:00
dns Fix: dns should put msg to cache while exchangeWithoutCache (#820) 2020-07-20 21:16:36 +08:00
docs
hub Fix: ticker leak 2020-07-13 00:25:54 +08:00
log
proxy
rules Feature: support PROCESS-NAME on macOS 2020-07-19 13:18:23 +08:00
tunnel Chore: add rule payload in log 2020-07-18 19:22:09 +08:00
.gitignore
Dockerfile
go.mod
go.sum
LICENSE
main.go
Makefile
README.md

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