The universal proxy platform
Go to file
2022-08-03 22:01:18 +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 Improve multiplexer 2022-08-03 22:01:18 +08:00
constant Fix tcp keep alive 2022-07-31 09:53:29 +08:00
docs Improve multiplexer 2022-08-03 22:01:18 +08:00
experimental Minor fixes 2022-08-02 18:47:23 +08:00
inbound Update WriteToUDPAddrPort usage since fixed by go1.18.5 2022-08-03 17:49:04 +08:00
log Improve dns log 2022-08-03 20:17:05 +08:00
option Improve multiplexer 2022-08-03 22:01:18 +08:00
outbound Improve multiplexer 2022-08-03 22:01:18 +08:00
release/local Fix dns outbound 2022-07-31 08:48:56 +08:00
route Improve multiplexer 2022-08-03 22:01:18 +08:00
test Improve multiplexer 2022-08-03 22:01:18 +08:00
.gitignore Add debug build for all arch 2022-07-17 09:11:23 +08:00
.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 Migrate components to library 2022-07-11 18:44:59 +08:00
go.mod Improve multiplexer 2022-08-03 22:01:18 +08:00
go.sum Improve multiplexer 2022-08-03 22:01:18 +08:00
LICENSE Init commit 2022-07-01 16:58:18 +08:00
mkdocs.yml Add documentation for vmess 2022-08-01 17:02:13 +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/>.