The universal proxy platform
Go to file
2022-08-25 14:50:10 +08:00
.github Add stale workflow 2022-08-25 10:24:11 +08:00
adapter Add v2ray QUIC transport 2022-08-22 22:20:19 +08:00
cmd Check configuration before reload 2022-08-23 23:44:44 +08:00
common Fix bind_address 2022-08-25 14:50:10 +08:00
constant Fix unix search path 2022-08-24 12:27:36 +08:00
docs Fix typo in features.md (#32) 2022-08-25 13:42:22 +08:00
experimental Prepare v2ray client/server transport 2022-08-22 18:57:05 +08:00
inbound Add trojan fallback for ALPN #31 2022-08-25 13:37:32 +08:00
log Refactor bufio 2022-08-11 23:59:22 +08:00
option Fix bind_address 2022-08-25 14:50:10 +08:00
outbound Let vmess use zero instead of auto if TLS enabled 2022-08-25 11:51:17 +08:00
release Add with_acme to server scripts 2022-08-19 17:48:56 +08:00
route Parse X-Forward-For in HTTP requests 2022-08-23 19:53:04 +08:00
test Close websocket conn gracefully 2022-08-25 10:46:14 +08:00
transport Suppress expected error 2022-08-25 11:02:27 +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 release config 2022-08-21 13:03:19 +08:00
box.go Fix early close on windows and catch any 2022-08-24 19:03:15 +08:00
go.mod Fix early close on windows and catch any 2022-08-24 19:03:15 +08:00
go.sum Fix early close on windows and catch any 2022-08-24 19:03:15 +08:00
LICENSE Init commit 2022-07-01 16:58:18 +08:00
Makefile Accept HTTP1 in naive inbound 2022-08-23 13:25:03 +08:00
mkdocs.yml Initial zh-CN document translation: shared 2022-08-24 17:39:37 +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/>.