An open API service indexing awesome lists of open source software.

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.

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

net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr

sudo sysctl -p
```

- [sing-box examples](/examples/)
- [sing-box in docker](/docker/)