The universal proxy platform
Go to file
2022-11-26 11:06:57 +08:00
.github Remove test on pull request 2022-11-25 21:12:45 +08:00
adapter Fix reset outbound 2022-11-06 10:36:19 +08:00
cmd Fix cancel on start 2022-11-25 21:12:45 +08:00
common Fix listen packet on address 2022-11-25 21:12:45 +08:00
constant Update documentation 2022-11-25 22:59:30 +08:00
docs Fix documentation 2022-11-26 11:06:57 +08:00
experimental Cleanup code 2022-11-24 12:37:29 +08:00
inbound Fix shadowtls server detection 2022-11-22 22:15:38 +08:00
include Add custom tls client support for std grpc 2022-11-09 11:46:29 +08:00
log Fix write log timestamp 2022-08-31 23:35:43 +08:00
option Cleanup code 2022-11-24 12:37:29 +08:00
outbound Remove connect packet conn 2022-11-24 12:01:25 +08:00
release Remove follow in update script 2022-11-11 22:32:24 +08:00
route Fix default dns transport strategy 2022-11-21 13:18:04 +08:00
test Fix shadowtls server 2022-11-21 21:20:44 +08:00
transport Cleanup code 2022-11-24 12:37:29 +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 Include uTLS in release 2022-11-21 15:25:49 +08:00
box.go Fix random seed 2022-09-29 08:49:34 +08:00
Dockerfile Fix dockerfile 2022-11-25 22:59:30 +08:00
go.mod Cleanup code 2022-11-24 12:37:29 +08:00
go.sum Cleanup code 2022-11-24 12:37:29 +08:00
LICENSE Init commit 2022-07-01 16:58:18 +08:00
Makefile Add uTLS to makefile default tags 2022-11-21 13:18:04 +08:00
mkdocs.yml Add back urltest outbound 2022-09-15 15:22:08 +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/>.