diff --git a/README.md b/README.md index 79ca00f1..91ad76c5 100644 --- a/README.md +++ b/README.md @@ -15,23 +15,23 @@ A simple proxy client 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 -- TapMode - Use TAP-Windows driver to create virtual adapter -- TunMode - Use WinTUN driver to create virtual adapter -- WebMode - Web proxy mode -- WmpMode - Proxy forwarding (eg. OBS Streaming) +- `ProcessMode` - Use Netfilter driver to intercept process traffic +- `ShareMode` - Share your network based on WinPcap / Npcap +- `TapMode` - Use TAP-Windows driver to create virtual adapter +- `TunMode` - Use WinTUN driver to create virtual adapter +- `WebMode` - Web proxy mode +- `WmpMode` - Proxy forwarding (eg. OBS Streaming) ### Protocols -- [Socks5](https://www.wikiwand.com/en/SOCKS) -- [Shadowsocks](https://github.com/shadowsocks/shadowsocks-libev) -- [ShadowsocksR](https://github.com/shadowsocksrr/shadowsocksr-libev) -- [Trojan](https://trojan-gfw.github.io/trojan/) -- [VMess](https://github.com/v2fly/v2ray-core) -- [VLess](https://github.com/xtls/xray-core) +- [`Socks5`](https://www.wikiwand.com/en/SOCKS) +- [`Shadowsocks`](https://github.com/shadowsocks/shadowsocks-libev) +- [`ShadowsocksR`](https://github.com/shadowsocksrr/shadowsocksr-libev) +- [`Trojan`](https://trojan-gfw.github.io/trojan/) +- [`VMess`](https://github.com/v2fly/v2ray-core) +- [`VLess`](https://github.com/xtls/xray-core) ### Others -- UDP NAT FullCone (May limited by your server) +- UDP NAT FullCone (Limited by your server) - .NET 5.0 x64 ## Sponsor @@ -53,3 +53,28 @@ Some features may not be implemented in version 1 - [Trojan](https://github.com/trojan-gfw/trojan) - [V2Ray](https://github.com/v2fly/v2ray-core) - [XRay](https://github.com/xtls/xray-core) + +## License +``` +The MIT License (MIT) + +Copyright (c) 2019 Netch + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +```