The universal proxy platform
Go to file
dyhkwong 374743d022
Add process_path rule item (#51)
* process matching supports full path
* Remove strings.ToLower
2022-08-30 10:44:40 +08:00
.github Fix issue template (#48) 2022-08-29 16:52:15 +08:00
adapter Add chained inbound support 2022-08-29 19:50:28 +08:00
cmd
common Fix socksaddr type condition 2022-08-29 19:58:58 +08:00
constant
docs
experimental
inbound Add chained inbound support 2022-08-29 19:50:28 +08:00
log
option Add process_path rule item (#51) 2022-08-30 10:44:40 +08:00
outbound
release
route Add process_path rule item (#51) 2022-08-30 10:44:40 +08:00
test Fix socksaddr type condition 2022-08-29 19:58:58 +08:00
transport Add grpc compatibility test 2022-08-29 10:15:25 +08:00
.gitignore
.golangci.yml
.goreleaser.yaml
box.go Add chained inbound support 2022-08-29 19:50:28 +08:00
Dockerfile
go.mod Fix socksaddr type condition 2022-08-29 19:58:58 +08:00
go.sum Fix socksaddr type condition 2022-08-29 19:58:58 +08:00
LICENSE
Makefile
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/>.