The universal proxy platform.
Sing-box with faketcp grabbed from apernet/hysteria v1.
faketcp(boolean): Set totrueto 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 between1200and1400. The default is1200.disable_mtu_discovery(boolean): Set totrueto disable Path MTU Discovery (PMTUD).
{
// FakeTCP options
"faketcp": true,
"congestion_control": "brutal",
"max_packet_size": 1400,
"disable_mtu_discovery": true
}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.