mieru

module
v3.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2024 License: GPL-3.0

README

見える / mieru

Build Status Releases Downloads LICENSE

中文文档

mieru is a secure, hard to classify, hard to probe, TCP or UDP protocol-based socks5 / HTTP / HTTPS network proxy software.

The mieru proxy software suite consists of two parts, a client software called mieru, and a proxy server software called mita.

Protocol

The principle of mieru is similar to shadowsocks / v2ray etc. It creates an encrypted channel between the client and the proxy server outside the firewall. GFW cannot decrypt the encrypted transmission and cannot determine the destination you end up visiting, so it has no choice but to let you go.

For an explanation of the mieru protocol, see mieru Proxy Protocol.

Features

  1. Provides socks5, HTTP, and HTTPS proxy interfaces.
  2. Does not use TLS protocol. No need to register a domain name or set up a fake website.
  3. Uses the high-strength XChaCha20-Poly1305 encryption algorithm that generates encryption keys based on username, password and system time.
  4. Utilizes random padding and replay attack detection to prevent GFW from detecting the mieru service.
  5. Supports multiple users sharing a single proxy server.
  6. Supports both IPv4 and IPv6.
  7. The server software supports socks5 outbound (proxy chain).
  8. The client software supports Windows, Mac OS, Linux and Android. Android clients include
  9. If you need advanced features like global proxy or customized routing rules, you can use mieru as the backend of a proxy platform such as Xray and sing-box.

User Guide

  1. Server Installation & Configuration
  2. Client Installation & Configuration
  3. Client Installation & Configuration - OpenWrt
  4. Maintenance & Troubleshooting
  5. Security Guide
  6. Compilation

Share

If you think this software is helpful, please share to your friends. Thanks!

Contact Us

Use GitHub issue.

License

Use of this software is subject to the GPL-3 license.

Directories

Path Synopsis
apis
client
Package client provides mieru client APIs for third party applications to integrate mieru protocol.
Package client provides mieru client APIs for third party applications to integrate mieru protocol.
cmd
mieru
Binary mieru is the client of mieru proxy.
Binary mieru is the client of mieru proxy.
mita
Binary mita is the server of mieru proxy.
Binary mita is the server of mieru proxy.
pkg
cli
deque
Package deque provides a fast ring-buffer deque (double-ended queue) implementation.
Package deque provides a fast ring-buffer deque (double-ended queue) implementation.
log
Package log is is imported from https://github.com/sirupsen/logrus
Package log is is imported from https://github.com/sirupsen/logrus
rng
socks5
Package socks5 is imported from https://github.com/armon/go-socks5 and https://github.com/h12w/socks
Package socks5 is imported from https://github.com/armon/go-socks5 and https://github.com/h12w/socks
test
cmd/httpserver
httpserver is a simple HTTP server.
httpserver is a simple HTTP server.
cmd/sockshttpclient
sockshttpclient is a HTTP client that connects to HTTP server via a socks proxy.
sockshttpclient is a HTTP client that connects to HTTP server via a socks proxy.
cmd/socksudpclient
socksudpclient is a client that connects to a server via a socks UDP association.
socksudpclient is a client that connects to a server via a socks UDP association.
cmd/udpserver
For each incoming UDP packet, if the data satisfy [A-Za-z]+, a rot13 of the input is send back.
For each incoming UDP packet, if the data satisfy [A-Za-z]+, a rot13 of the input is send back.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL