Skip to content

ericcug/sing-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sing-box

The universal proxy platform.

FakeTCP

Sing-box with faketcp grabbed from apernet/hysteria v1.

Configuration Parameters

  • faketcp (boolean): Set to true to enable the TCP camouflage feature.
  • congestion_control (string): Sets the congestion control algorithm for the faketcp connection. Recommended options include "brutal" (default) and "stable".
  • max_packet_size (integer): Defines the maximum size of each QUIC packet in bytes. To avoid IP fragmentation, it is recommended to set this to a value between 1200 and 1400. The default is 1200.
  • disable_mtu_discovery (boolean): Set to true to disable Path MTU Discovery (PMTUD).

Configuration Examples

    {
      // FakeTCP options
      "faketcp": true,
      "congestion_control": "brutal",
      "max_packet_size": 1400,
      "disable_mtu_discovery": true
    }

Documentation

https://sing-box.sagernet.org

License

Copyright (C) 2022 by nekohasekai <contact-sagernet@sekai.icu>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

In addition, no derivative work may use the name or imply association
with this application without prior consent.

About

The universal proxy platform

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 96.4%
  • Shell 3.1%
  • Other 0.5%