The universal proxy platform
Go to file
2022-12-03 13:29:37 +08:00
.github Remove test on pull request 2022-11-25 21:12:45 +08:00
adapter
cmd Fix cancel on start 2022-11-25 21:12:45 +08:00
common Revert "Fix listen packet on address" 2022-11-28 12:51:23 +08:00
constant Update documentation 2022-11-28 13:11:07 +08:00
docs Update documentation 2022-11-28 13:11:07 +08:00
experimental Fix close clash cache 2022-12-03 13:29:37 +08:00
inbound Add trojan-go multiplex support for trojan inbound 2022-11-28 12:51:23 +08:00
include Fix quic stub 2022-11-28 16:06:54 +08:00
log
option Cleanup code 2022-11-24 12:37:29 +08:00
outbound Add trojan-go multiplex support for trojan inbound 2022-11-28 12:51:23 +08:00
release Add WorkingDirectory for systemd service 2022-11-28 18:30:50 +08:00
route Fix router 2022-11-28 13:11:07 +08:00
test Fix shadowtls server 2022-11-21 21:20:44 +08:00
transport Add trojan-go multiplex support for trojan inbound 2022-11-28 12:51:23 +08:00
.gitignore
.golangci.yml
.goreleaser.yaml Include uTLS in release 2022-11-21 15:25:49 +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 Update dependencies 2022-11-28 12:51:23 +08:00
go.sum Update dependencies 2022-11-28 12:51:23 +08:00
LICENSE
Makefile Add uTLS to makefile default tags 2022-11-21 13:18:04 +08:00
mkdocs.yml
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/>.