mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
41 lines
1.6 KiB
Markdown
41 lines
1.6 KiB
Markdown
<p align="center"><img src="https://github.com/NetchX/Netch/blob/main/Netch/Resources/Netch.png?raw=true" width="128" /></p>
|
|
|
|
<div align="center">
|
|
|
|
# Netch
|
|
A simple proxy client
|
|
|
|
[](https://t.me/netch_group)
|
|
[](https://t.me/netch_channel)
|
|
[](https://github.com/netchx/netch/releases)
|
|
[](https://github.com/netchx/netch/releases)
|
|
</div>
|
|
|
|
## Features
|
|
Some features may not be implemented in version 1
|
|
|
|
### Modes
|
|
- `ProcessMode` - Use Netfilter driver to intercept process traffic
|
|
- `ShareMode` - Share your network based on WinPcap / Npcap
|
|
- `TunMode` - Use WinTUN driver to create virtual adapter
|
|
- `WebMode` - Web proxy mode
|
|
|
|
### Protocols
|
|
- [`Socks5`](https://www.wikiwand.com/en/SOCKS)
|
|
- [`Shadowsocks`](https://shadowsocks.org)
|
|
- [`ShadowsocksR`](https://github.com/shadowsocksrr/shadowsocksr-libev)
|
|
- [`WireGuard`](https://www.wireguard.com)
|
|
- [`Trojan`](https://trojan-gfw.github.io/trojan)
|
|
- [`VMess`](https://www.v2fly.org)
|
|
- [`VLESS`](https://xtls.github.io)
|
|
|
|
### Others
|
|
- UDP NAT FullCone (Limited by your server)
|
|
- .NET 6.0 x64
|
|
|
|
## Sponsor
|
|
<a href="https://www.jetbrains.com/?from=Netch"><img src="jetbrains.svg" alt="JetBrains" width="200"/></a>
|
|
|
|
## License
|
|
Netch is licensed under the [GPLv3](https://raw.githubusercontent.com/netchx/netch/main/LICENSE) license
|