Skip to content

A set of easily replicable working configurations for sing-box. Building from ground up, and everything in docker.

License

Notifications You must be signed in to change notification settings

minlaxz/nekohasekai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Anyway, install Docker first!

wget -qO- get.docker.com | bash

# Just add USER to docker group. :)

sudo groupadd docker || true
sudo usermod -aG docker $USER
newgrp docker

# Optional
docker network create proxy-net

TCP Brutal Multiplexing for TCP proxies

bash <(curl -fsSL https://tcp.hy2.sh/)

BBR congestion control for TUIC proxy

sudo nano /etc/sysctl.conf

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

sudo sysctl -p

About

A set of easily replicable working configurations for sing-box. Building from ground up, and everything in docker.

Topics

Resources

License

Stars

Watchers

Forks

Packages