https://github.com/minlaxz/nekohasekai
A set of easily replicable working configurations for sing-box. Building from ground up, and everything in docker.
https://github.com/minlaxz/nekohasekai
gfw hysteria2 naiveproxy shadowtls sing-box trojan-gfw tuic vless-reality
Last synced: 6 months ago
JSON representation
A set of easily replicable working configurations for sing-box. Building from ground up, and everything in docker.
- Host: GitHub
- URL: https://github.com/minlaxz/nekohasekai
- Owner: minlaxz
- License: unlicense
- Created: 2024-06-04T17:08:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T14:50:14.000Z (11 months ago)
- Last Synced: 2024-11-08T15:38:40.337Z (11 months ago)
- Topics: gfw, hysteria2, naiveproxy, shadowtls, sing-box, trojan-gfw, tuic, vless-reality
- Language: Shell
- Homepage:
- Size: 161 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A working configurations for sing-box (with docker)
===> This is not automated script or something, but for those who would like to setup by hand.
### First, Docker is needed!
```sh
wget -qO- get.docker.com | bash# Just add $USER to the docker group!
sudo groupadd docker || true && sudo usermod -aG docker $USER && newgrp docker
```
### TCP Brutal Multiplexing for TCP proxies
```sh
bash <(curl -fsSL https://tcp.hy2.sh/)
```### BBR congestion control for TUIC proxy
```sh
sudo nano /etc/sysctl.confnet.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbrsudo sysctl -p
```- [sing-box examples](/examples/)
- [sing-box in docker](/docker/)