Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NetchX/Netch
A simple proxy client
https://github.com/NetchX/Netch
fullcone netch netfiltersdk shadowsocks shadowsocksr socks tun2socks vless vmess
Last synced: 18 days ago
JSON representation
A simple proxy client
- Host: GitHub
- URL: https://github.com/NetchX/Netch
- Owner: netchx
- License: gpl-3.0
- Created: 2019-06-25T09:55:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T00:11:37.000Z (5 months ago)
- Last Synced: 2024-10-16T13:47:00.003Z (26 days ago)
- Topics: fullcone, netch, netfiltersdk, shadowsocks, shadowsocksr, socks, tun2socks, vless, vmess
- Language: C#
- Homepage:
- Size: 11.3 MB
- Stars: 16,354
- Watchers: 189
- Forks: 2,713
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `In preparation for 2.0, this repository will be cleared of all 1.0 related releases and code`
# Netch
A simple proxy client[![](https://img.shields.io/badge/telegram-group-green?style=flat-square)](https://t.me/netch_group)
[![](https://img.shields.io/badge/telegram-channel-blue?style=flat-square)](https://t.me/netch_channel)
[![](https://img.shields.io/github/downloads/netchx/netch/total.svg?style=flat-square)](https://github.com/netchx/netch/releases)
[![](https://img.shields.io/github/v/release/netchx/netch?style=flat-square)](https://github.com/netchx/netch/releases)## 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## License
Netch is licensed under the [GPLv3](https://raw.githubusercontent.com/netchx/netch/main/LICENSE) license