mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-28 02:42:30 +08:00
Chore: adjust markdown layout (#388)
This commit is contained in:
7
.github/SECURITY.md
vendored
7
.github/SECURITY.md
vendored
@@ -3,17 +3,18 @@
|
||||
## Supported Versions
|
||||
|
||||
| Version | Supported |
|
||||
| :-----: | :----------------: |
|
||||
|:-------:|:------------------:|
|
||||
| 2.x | :white_check_mark: |
|
||||
| 1.x | :x: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
If you believe you have found a security vulnerability in this repository, please report it to me through coordinated disclosure.
|
||||
If you believe you have found a security vulnerability in this repository, please report it to me through coordinated
|
||||
disclosure.
|
||||
|
||||
**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.**
|
||||
|
||||
Instead, please send an email to xjasonlyu[@]gmail.com.
|
||||
Instead, please email to xjasonlyu[@]gmail.com.
|
||||
|
||||
Please include as much of the information listed below as you can to help me better understand and resolve the issue:
|
||||
|
||||
|
||||
@@ -19,15 +19,16 @@
|
||||
## Features
|
||||
|
||||
- Proxy Everything: Handle all network traffic of any internet programs sent by the device through a proxy.
|
||||
- Proxy Protocols: HTTP/Socks4/Socks5/Shadowsocks/Relay with authentication support for remote connections.
|
||||
- Run Everywhere: Linux/macOS/Windows/FreeBSD/OpenBSD multi-platform support with specific optimizations.
|
||||
- Proxy Protocols: HTTP/Socks4/Socks5/Shadowsocks with authentication support for remote connections.
|
||||
- Run Everywhere: Linux/macOS/Windows/FreeBSD/OpenBSD multi-platform support with specific optimization.
|
||||
- Gateway Mode: Act as a Layer 3 gateway to handle network traffic from other devices on the same network.
|
||||
- Full IPv6 Support: All functions work in IPv6, tunnel IPv4 connections through IPv6 proxy and vice versa.
|
||||
- Network Stack: Powered by the user-space TCP/IP stack from Google container application kernel **[gVisor](https://github.com/google/gvisor)**.
|
||||
|
||||
## Benchmarks
|
||||
|
||||
For all scenarios of usage, tun2socks performs best. See [benchmarks](https://github.com/xjasonlyu/tun2socks/wiki/Benchmarks) for more details.
|
||||
For all scenarios of usage, tun2socks performs best.
|
||||
See [benchmarks](https://github.com/xjasonlyu/tun2socks/wiki/Benchmarks) for more details.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user