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:
2
.github/CODE_OF_CONDUCT.md
vendored
2
.github/CODE_OF_CONDUCT.md
vendored
@@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
|
|||||||
### 4. Permanent Ban
|
### 4. Permanent Ban
|
||||||
|
|
||||||
**Community Impact**: Demonstrating a pattern of violation of community
|
**Community Impact**: Demonstrating a pattern of violation of community
|
||||||
standards, including sustained inappropriate behavior, harassment of an
|
standards, including sustained inappropriate behavior, harassment of an
|
||||||
individual, or aggression toward or disparagement of classes of individuals.
|
individual, or aggression toward or disparagement of classes of individuals.
|
||||||
|
|
||||||
**Consequence**: A permanent ban from any sort of public interaction within
|
**Consequence**: A permanent ban from any sort of public interaction within
|
||||||
|
|||||||
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
github: [xjasonlyu] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
github: [ xjasonlyu ] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
patreon: # Replace with a single Patreon username
|
patreon: # Replace with a single Patreon username
|
||||||
open_collective: # Replace with a single Open Collective username
|
open_collective: # Replace with a single Open Collective username
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
|
|||||||
25
.github/SECURITY.md
vendored
25
.github/SECURITY.md
vendored
@@ -2,27 +2,28 @@
|
|||||||
|
|
||||||
## Supported Versions
|
## Supported Versions
|
||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
| :-----: | :----------------: |
|
|:-------:|:------------------:|
|
||||||
| 2.x | :white_check_mark: |
|
| 2.x | :white_check_mark: |
|
||||||
| 1.x | :x: |
|
| 1.x | :x: |
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## 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.**
|
**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:
|
Please include as much of the information listed below as you can to help me better understand and resolve the issue:
|
||||||
|
|
||||||
* The type of issue (e.g., buffer overflow, payload attack)
|
* The type of issue (e.g., buffer overflow, payload attack)
|
||||||
* Full paths of source file(s) related to the manifestation of the issue
|
* Full paths of source file(s) related to the manifestation of the issue
|
||||||
* The location of the affected source code (tag/branch/commit or direct URL)
|
* The location of the affected source code (tag/branch/commit or direct URL)
|
||||||
* Any special configuration required to reproduce the issue
|
* Any special configuration required to reproduce the issue
|
||||||
* Step-by-step instructions to reproduce the issue
|
* Step-by-step instructions to reproduce the issue
|
||||||
* Proof-of-concept or exploit code (if possible)
|
* Proof-of-concept or exploit code (if possible)
|
||||||
* Impact of the issue, including how an attacker might exploit the issue
|
* Impact of the issue, including how an attacker might exploit the issue
|
||||||
|
|
||||||
This information will help me triage your report more quickly.
|
This information will help me triage your report more quickly.
|
||||||
|
|||||||
@@ -19,15 +19,16 @@
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Proxy Everything: Handle all network traffic of any internet programs sent by the device through a proxy.
|
- 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.
|
- Proxy Protocols: HTTP/Socks4/Socks5/Shadowsocks with authentication support for remote connections.
|
||||||
- Run Everywhere: Linux/macOS/Windows/FreeBSD/OpenBSD multi-platform support with specific optimizations.
|
- 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.
|
- 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.
|
- 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)**.
|
- Network Stack: Powered by the user-space TCP/IP stack from Google container application kernel **[gVisor](https://github.com/google/gvisor)**.
|
||||||
|
|
||||||
## Benchmarks
|
## 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