The universal proxy platform
Go to file
世界 aa7e85caa7
Update dependencies
Add half close for smux
Update gVisor to 20220905.0
2022-09-09 14:44:18 +08:00
.github Fix processing vmess termination signal 2022-09-07 19:16:20 +08:00
adapter Add chained inbound support 2022-08-29 19:50:28 +08:00
cmd Fix json format error message 2022-09-07 13:23:26 +08:00
common Optional proxyproto header 2022-09-09 14:44:18 +08:00
constant Bump version 2022-09-09 14:43:42 +08:00
docs Refactor wireguard & add tun support 2022-09-09 14:44:18 +08:00
experimental Minor fixes 2022-09-08 18:33:59 +08:00
inbound Update dependencies 2022-09-09 14:44:18 +08:00
log Fix write log timestamp 2022-08-31 23:35:43 +08:00
option Optional proxyproto header 2022-09-09 14:44:18 +08:00
outbound Refactor wireguard & add tun support 2022-09-09 14:44:18 +08:00
release Fix server install script 2022-09-01 20:32:47 +08:00
route Add support for use with android VPNService 2022-09-09 14:44:18 +08:00
test Refactor wireguard & add tun support 2022-09-09 14:44:18 +08:00
transport Refactor wireguard & add tun support 2022-09-09 14:44:18 +08:00
.gitignore Improve build 2022-08-12 22:58:28 +08:00
.golangci.yml Add uid and android user rules support in tun routing 2022-08-15 11:41:00 +08:00
.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 documentation 2022-09-07 23:10:36 +08:00
go.mod Update dependencies 2022-09-09 14:44:18 +08:00
go.sum Update dependencies 2022-09-09 14:44:18 +08:00
LICENSE Init commit 2022-07-01 16:58:18 +08:00
Makefile Initial release 2022-08-26 16:40:37 +08:00
mkdocs.yml Add shadowtls (#49) 2022-08-31 14:21:53 +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/>.