Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liulilittle/vethernet
A implementation of tun2socks written in C# and VEthernet, Support TCP/IP, UDP/IP, ICMP/IP.
https://github.com/liulilittle/vethernet
agent dotnet emc-mcx fcl icmp ip netstack ppp proxy route supersocksr tap taptap2socket tcp tun tun2socks udp vnic vpn win32
Last synced: 2 months ago
JSON representation
A implementation of tun2socks written in C# and VEthernet, Support TCP/IP, UDP/IP, ICMP/IP.
- Host: GitHub
- URL: https://github.com/liulilittle/vethernet
- Owner: liulilittle
- License: bsd-3-clause
- Created: 2021-06-08T03:04:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T15:54:31.000Z (12 months ago)
- Last Synced: 2024-01-28T16:43:38.891Z (12 months ago)
- Topics: agent, dotnet, emc-mcx, fcl, icmp, ip, netstack, ppp, proxy, route, supersocksr, tap, taptap2socket, tcp, tun, tun2socks, udp, vnic, vpn, win32
- Language: C#
- Homepage:
- Size: 8.86 MB
- Stars: 48
- Watchers: 5
- Forks: 29
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VEthernet
### Easily implement tun2socks (SOCKS5) based on VEthernet.
You can easily develop any form of "3 layer VPN", "Traffic Tracking", "Traffic Pollution", "Traffic Injection", "Game Accelerator" and other types of applications on Windows x86 platform through the VEthernet framework#### Environment
* *`.Net Framework 4.0`*
* *`Windows 7`*
* *`Windows 8`*
* *`Windows 8.1`*
* *`Windows 10`*
* *`X86 Only`*#### Usage
> * ./tun2socks.exe --proxyserver=192.168.0.21 --proxyport=1080
> * ./tun2socks.exe --proxyserver=192.168.0.21 --proxyport=1080 --bypass-iplist=./ip.txt
> * ./tun2socks.exe --product-mode=yes --proxyserver=192.168.0.21 --proxyport=1080 --proxyuser=sa --proxypassword=admin --bypass-iplist=./ip.txt
> * ./tun2socks.exe --dns-addresses=8.8.8.8,8.8.4.4 --product-mode=yes --proxyserver=192.168.0.21 --proxyport=1080 --proxyuser= --proxypassword= --bypass-iplist=./ip.txt#### Comment
* 1.0.0.6.zip bypass with chinese-mainland ip.txt
* Optimized code compilation is not allowed .NET Framework bugs cause crashes#### Statement
* Product implementations based on this technology do not allow closed sources and must declare the use of VEthernet
* If you borrow code to implement the same class or other, you must declare that you borrow VEthernet
* Do not allow the statement, VEthernet technology independent research and development#### Screenshot
![image](https://img-blog.csdnimg.cn/20210913170159606.png)