A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
Go to file
2020-08-15 16:55:55 +08:00
.github Migration: go 1.15 2020-08-12 13:47:50 +08:00
adapters Change: adjust tolerance logic (#864) 2020-08-06 20:12:03 +08:00
common
component Fix: ssr broken (#895) 2020-08-12 20:50:56 +08:00
config Feature: dns server could lookup hosts (#872) 2020-08-11 10:28:17 +08:00
constant Chore: rename NoResolveIP to ShouldResolveIP 2020-07-27 11:57:55 +08:00
dns Feature: dns server could lookup hosts (#872) 2020-08-11 10:28:17 +08:00
docs
hub Feature: dns server could lookup hosts (#872) 2020-08-11 10:28:17 +08:00
log
proxy
rules Chore: cache process name when resolve failed (#900) 2020-08-15 16:55:55 +08:00
tunnel Fix: invert should resolve ip (#836) 2020-07-27 13:47:00 +08:00
.gitignore
Dockerfile
go.mod Feature: PROCESS-NAME for windows (#840) 2020-08-06 19:59:20 +08:00
go.sum Feature: add ssr support (#805) 2020-07-22 23:02:15 +08:00
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