The universal proxy platform
Go to file
2022-07-31 19:58:32 +08:00
.github Add lint workflow 2022-07-24 21:22:19 +08:00
adapter Add multiplexer 2022-07-30 09:04:01 +08:00
cmd/sing-box Minor fixes 2022-07-30 14:50:33 +08:00
common Add retry for mux stream open 2022-07-31 18:08:24 +08:00
constant Fix tcp keep alive 2022-07-31 09:53:29 +08:00
docs Add TLS certificate reload 2022-07-30 22:04:01 +08:00
experimental Minor fixes 2022-07-30 14:50:33 +08:00
inbound Fix tcp keep alive 2022-07-31 09:53:29 +08:00
log Minor fixes 2022-07-30 14:50:33 +08:00
option Add omitempty for listen_port 2022-07-30 22:05:06 +08:00
outbound Fix dns outbound 2022-07-31 08:48:56 +08:00
release/local Fix dns outbound 2022-07-31 08:48:56 +08:00
route Add multiplexer 2022-07-30 09:04:01 +08:00
test Make socks request buffered 2022-07-31 19:58:32 +08:00
.gitignore
.golangci.yml Add multiplexer 2022-07-30 09:04:01 +08:00
box.go Minor fixes 2022-07-30 14:50:33 +08:00
format.go
go.mod Fix netlink subscription leak 2022-07-31 19:58:32 +08:00
go.sum Fix netlink subscription leak 2022-07-31 19:58:32 +08:00
LICENSE
mkdocs.yml Add documentation for shadowsocks multiplexer 2022-07-30 21:23:45 +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/>.