The universal proxy platform
Go to file
2022-08-31 14:21:37 +08:00
.github Fix issue template (#48) 2022-08-29 16:52:15 +08:00
adapter Add chained inbound support 2022-08-29 19:50:28 +08:00
cmd Initial release 2022-08-26 16:40:37 +08:00
common darwin pf support (#52) 2022-08-31 14:21:37 +08:00
constant Update documentation 2022-08-28 00:23:41 +08:00
docs Refactor outbound documentation 2022-08-31 13:42:30 +08:00
experimental Prepare v2ray client/server transport 2022-08-22 18:57:05 +08:00
inbound Add chained inbound support 2022-08-29 19:50:28 +08:00
log
option Add process_path rule item (#51) 2022-08-30 10:44:40 +08:00
outbound Refactor inbound documetation 2022-08-31 12:50:26 +08:00
release Simplify server installation 2022-08-28 00:23:41 +08:00
route Fix process_name rule item 2022-08-31 12:51:38 +08:00
test Fix socksaddr type condition 2022-08-29 19:58:58 +08:00
transport Add grpc compatibility test 2022-08-29 10:15:25 +08:00
.gitignore
.golangci.yml
.goreleaser.yaml Update documentation 2022-08-28 00:23:41 +08:00
box.go Add chained inbound support 2022-08-29 19:50:28 +08:00
Dockerfile Update dependencies 2022-08-28 12:21:22 +08:00
go.mod Fix smux session status 2022-08-31 10:00:15 +08:00
go.sum Fix smux session status 2022-08-31 10:00:15 +08:00
LICENSE
Makefile Initial release 2022-08-26 16:40:37 +08:00
mkdocs.yml Refactor outbound documentation 2022-08-31 13:42:30 +08:00
README.md

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