clash_tools is a comprehensive collection of utilities for managing Clash proxy configurations and services.
Project description
clash_tools is a comprehensive collection of utilities for managing Clash proxy configurations and services. It provides multiple command-line tools for different purposes, making it easy to work with Clash in various environments.
Docs: https://clash-tools.readthedocs.io/en/latest/
Features
🚀 Docker Integration: One-click enable/disable Docker client and daemon proxy
🔧 Environment Setup: Easy proxy environment variable configuration
🎯 Service Management: Simple Clash service startup and management
📊 Status Monitoring: Real-time proxy status checking
🔄 Configuration Reset: Convenient reset functionality
💻 Multi-platform: Works on Linux systems with systemd support
Tools Overview
The toolkit includes three main utilities:
- clash_docker
Docker proxy management tool for enabling/disabling Docker proxy settings
- clash_proxy
Shell script for setting up proxy environment variables in the current session
- clash_serve
Simple utility for starting the Clash service with proper configuration
Installation
To install clash_tools, use pip:
$ python -m pip install clash_tools
Quick Start
Start Clash service:
$ clash_serve
Set up proxy environment variables (in a new terminal):
$ source clash_proxy
Configure Docker proxy:
$ clash_docker enable
Check proxy status:
$ clash_docker status
Disable proxy when done:
$ clash_docker disable
Configuration
All tools use a config.yaml file to configure the Clash proxy server.
Example configuration:
port: 7890
socks-port: 7891
redir-port: 7892
allow-lan: true
mode: rule
log-level: info
external-controller: '0.0.0.0:9090'
secret: ''
proxies:
-
name: 'my-proxy'
type: ss
server: your-proxy-server
port: your-proxy-port
cipher: your-cipher
password: your-password
udp: true
proxy-groups:
- name: "PROXY"
type: select
proxies:
- 'my-proxy'
rules:
- MATCH,PROXY
Usage Examples
Complete Workflow:
# Terminal 1: Start Clash service
$ clash_serve
# Terminal 2: Set up environment and test
$ source clash_proxy
$ curl -I http://google.com
$ sudo clash_docker enable
$ docker pull hello-world
Development Environment:
$ source clash_proxy
$ npm install
$ pip install -r requirements.txt
$ git clone https://github.com/example/repo.git
Docker-Only Setup:
$ clash_serve &
$ sudo clash_docker enable
$ docker pull nginx
Documentation
For detailed documentation, visit: https://clash-tools.readthedocs.io/
The documentation includes:
Complete installation guide
Detailed usage instructions for all tools
Configuration examples
Troubleshooting guide
Best practices and workflows
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clash_tools-3.3.1.tar.gz.
File metadata
- Download URL: clash_tools-3.3.1.tar.gz
- Upload date:
- Size: 6.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0103b7af229cef2c04e354d0e0f16792fde7528ae5d878fe6f29662dffa2c80e
|
|
| MD5 |
7b211ccc715079256eed8c7b5152bc25
|
|
| BLAKE2b-256 |
b692302d815a33a2127f68ad4db0f56d7e9657ff2066a12769ad686aaf17016c
|
File details
Details for the file clash_tools-3.3.1-py3-none-any.whl.
File metadata
- Download URL: clash_tools-3.3.1-py3-none-any.whl
- Upload date:
- Size: 6.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cd43ac80266ce386907fe3af9785538d757bb3f8449dfc54d94f5ef8357af70
|
|
| MD5 |
4561a5135b0c43abc00ffe5947ebd4db
|
|
| BLAKE2b-256 |
7fc1e5cfad5e50bde55b3b5bd3b04d186aa88aca9393f9623b129fbf0814f580
|