A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
Go to file
2022-12-31 16:32:30 +08:00
.github
adapter Fix: immediately update provider when modtime too old 2022-12-31 16:32:30 +08:00
common
component Fix: amd64 macOS Ventura process name match 2022-10-27 15:36:09 +08:00
config Feature: add tunnels 2022-11-20 21:30:55 +08:00
constant Feature: add tunnels 2022-11-20 21:30:55 +08:00
context
dns Chore: skip cache acme challenge dns msg (#2469) 2022-12-22 13:30:23 +08:00
docs
hub Feature: add tunnels 2022-11-20 21:30:55 +08:00
listener Feature: REDIRECT support IPv6 (#2473) 2022-12-22 19:25:30 +08:00
log
rule
test Chore: update dependencies 2022-11-25 20:42:28 +08:00
transport
tunnel Fix: tunnel proxy match 2022-11-22 19:16:08 +08:00
.gitignore
.golangci.yaml
Dockerfile
go.mod Chore: update dependencies 2022-11-25 20:42:28 +08:00
go.sum Chore: update dependencies 2022-11-25 20:42:28 +08:00
LICENSE
main.go
Makefile Chore: rename linux-armv8 to linux-arm64, windows-arm32v7 to windows-armv7 2022-09-21 21:18:24 +08:00
README.md Fix: broken build badge (#2470) 2022-12-22 12:09:24 +08:00

Clash
Clash

A rule-based tunnel in Go.

Github Actions

Features

  • Local HTTP/HTTPS/SOCKS server with authentication support
  • Shadowsocks(R), VMess, Trojan, Snell, SOCKS5, HTTP(S) outbound support
  • Built-in fake-ip DNS server that aims to minimize DNS pollution attack impact. DoH/DoT upstream supported.
  • Rules based off domains, GEOIP, IP-CIDR or process names to route packets to different destinations
  • Proxy groups allow users to implement powerful rules. Supports automatic fallback, load balancing or auto select proxy based off latency
  • Remote providers, allowing users to get proxy lists remotely instead of hardcoding in config
  • Transparent proxy: Redirect TCP and TProxy TCP/UDP with automatic route table/rule management
  • Hot-reload via the comprehensive HTTP RESTful API controller

Premium

Premium core is proprietary. You can find their release notes and pre-built binaries here.

Getting Started

Documentations are available at GitHub Wiki.

Development

If you want to build a Go application that uses Clash as a library, check out the GitHub Wiki.

Credits

License

This software is released under the GPL-3.0 license.

FOSSA Status