The universal proxy platform
Go to file
世界 1353a432dc
Add dns reverse mapping
2023-03-23 21:29:33 +08:00
.github dependencies: Update actions/setup-go action to v4 2023-03-17 17:58:08 +08:00
adapter Add command to connect an address 2023-03-18 20:27:38 +08:00
cmd Fix import format 2023-03-20 23:01:54 +08:00
common Fix slow open 2023-03-23 17:14:38 +08:00
constant ntp: Add write_to_system service option 2023-03-18 23:11:40 +08:00
docs Add dns reverse mapping 2023-03-23 21:29:33 +08:00
experimental Add command to connect an address 2023-03-18 20:27:38 +08:00
inbound Improve timeout canceler 2023-03-23 15:39:12 +08:00
include Add fallback support for v2ray transport 2023-02-18 14:28:21 +08:00
log Apply `--disable-color` to global logger 2023-03-13 11:23:00 +08:00
ntp ntp: Add write_to_system service option 2023-03-18 23:11:40 +08:00
option Add dns reverse mapping 2023-03-23 21:28:18 +08:00
outbound Improve timeout canceler 2023-03-23 15:39:12 +08:00
release Create working directory if not exists 2023-03-20 19:33:00 +08:00
route Add dns reverse mapping 2023-03-23 21:28:18 +08:00
test Fix optional listen address 2023-03-19 20:46:22 +08:00
transport Fix wireguard mutex 2023-03-23 15:43:17 +08:00
.gitignore Add multiple configuration support 2023-03-18 20:27:38 +08:00
.golangci.yml Add ShadowTLS protocol v3 2023-02-18 14:55:47 +08:00
.goreleaser.yaml Create working directory if not exists 2023-03-20 19:33:00 +08:00
Dockerfile Add `with_reality_server` to release build tags 2023-03-20 17:36:59 +08:00
LICENSE Init commit 2022-07-01 16:58:18 +08:00
Makefile Fix make build 2023-03-19 16:57:07 +08:00
README.md readme: Add packaging status 2023-03-17 17:58:08 +08:00
box.go Add command to connect an address 2023-03-18 20:27:38 +08:00
debug.go Add experimental debug options 2023-03-17 17:58:08 +08:00
debug_go118.go Add experimental debug options 2023-03-17 17:58:08 +08:00
go.mod Improve timeout canceler 2023-03-23 15:39:12 +08:00
go.sum Improve timeout canceler 2023-03-23 15:39:12 +08:00
mkdocs.yml Update UoT protocol 2023-03-17 12:57:48 +08:00

README.md

sing-box

The universal proxy platform.

Packaging status

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/>.