The universal proxy platform
Go to file
Hellojack 05620a369e
Fix gRPC lite header
Manually set the first byte to 0x00 (No Compression) since we can not ensure that the buffer is not polluted before.
2023-01-16 16:23:06 +08:00
.github Update workflow 2022-12-03 17:03:04 +08:00
adapter Fix reset outbound 2022-11-06 10:36:19 +08:00
cmd Fix android package 2022-12-11 14:38:01 +08:00
common Skip set windows system proxy bypass list 2022-12-26 12:33:08 +08:00
constant Bump version 2023-01-14 16:01:07 +08:00
docs Bump version 2023-01-14 16:01:07 +08:00
experimental Fix close clash cache 2022-12-03 13:29:37 +08:00
inbound Fix user from stream packet conn 2022-12-18 16:08:49 +08:00
include Fix quic stub 2022-11-28 16:06:54 +08:00
log Fix write log timestamp 2022-08-31 23:35:43 +08:00
option Skip set windows system proxy bypass list 2022-12-26 12:33:08 +08:00
outbound Fix override packet conn 2022-12-21 21:58:03 +08:00
release Fix linux package 2022-12-11 11:51:25 +08:00
route Fix create UDP DNS transport from plain IPv6 address 2023-01-13 11:51:20 +08:00
test Fix shadowtls server 2022-11-21 21:20:44 +08:00
transport Fix gRPC lite header 2023-01-16 16:23:06 +08:00
.gitignore Add binary to .gitignore 2022-09-26 19:36:51 +08:00
.golangci.yml Import cloudflare tls 2022-09-10 22:10:45 +08:00
.goreleaser.yaml Fix android i686 compiler 2022-12-11 15:01:54 +08:00
box.go Fix router 2022-11-28 13:11:07 +08:00
Dockerfile Fix dockerfile 2022-11-25 22:59:30 +08:00
go.mod Fix convert netaddr 2023-01-14 20:04:15 +08:00
go.sum Fix convert netaddr 2023-01-14 20:04:15 +08:00
LICENSE Init commit 2022-07-01 16:58:18 +08:00
Makefile Fix android package 2022-12-11 14:38:01 +08:00
mkdocs.yml Update documentation 2022-12-03 14:38:52 +08:00
README.md Add README 2022-07-08 18:41:18 +08:00

sing-box

The universal proxy platform.

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/>.